Switch to unstable + xidlehook
This commit is contained in:
parent
b3688ae574
commit
82530df76e
12 changed files with 53 additions and 59 deletions
|
|
@ -1,9 +1,8 @@
|
|||
{ pkgs, lib, ... }:
|
||||
let
|
||||
unstable = import <nixpkgs> {};
|
||||
tomlGenerate = (pkgs.formats.toml {}).generate "bottom-toml";
|
||||
in {
|
||||
home.packages = with unstable; [ bottom ];
|
||||
home.packages = with pkgs; [ bottom ];
|
||||
xdg.configFile."bottom/bottom.toml".source = tomlGenerate {
|
||||
"flags" = {
|
||||
"left_legend" = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue