diff options
| author | Fuwn <[email protected]> | 2024-09-01 20:19:11 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-01 20:19:11 -0700 |
| commit | 0d0c04f4e9c169630688d06defa14570a3cfbb32 (patch) | |
| tree | 74e5c4c4587360580894f9c8eded0088d9af5d88 /home/ebisu/fortune/rice | |
| parent | hi (diff) | |
| download | nixos-config-0d0c04f4e9c169630688d06defa14570a3cfbb32.tar.xz nixos-config-0d0c04f4e9c169630688d06defa14570a3cfbb32.zip | |
format
Diffstat (limited to 'home/ebisu/fortune/rice')
| -rw-r--r-- | home/ebisu/fortune/rice/bottom.nix | 3 | ||||
| -rw-r--r-- | home/ebisu/fortune/rice/glances.nix | 3 | ||||
| -rw-r--r-- | home/ebisu/fortune/rice/gtk.nix | 5 |
3 files changed, 7 insertions, 4 deletions
diff --git a/home/ebisu/fortune/rice/bottom.nix b/home/ebisu/fortune/rice/bottom.nix index 4acf218..b118920 100644 --- a/home/ebisu/fortune/rice/bottom.nix +++ b/home/ebisu/fortune/rice/bottom.nix @@ -1,4 +1,5 @@ -{ pkgs, ... }: { +{ pkgs, ... }: +{ programs.bottom.enable = true; xdg.configFile."bottom/bottom.toml".text = '' diff --git a/home/ebisu/fortune/rice/glances.nix b/home/ebisu/fortune/rice/glances.nix index cda5a63..120ed04 100644 --- a/home/ebisu/fortune/rice/glances.nix +++ b/home/ebisu/fortune/rice/glances.nix @@ -1,4 +1,5 @@ -{ pkgs, ... }: { +{ pkgs, ... }: +{ home.packages = with pkgs; [ glances ]; diff --git a/home/ebisu/fortune/rice/gtk.nix b/home/ebisu/fortune/rice/gtk.nix index 0e4f13c..933fc54 100644 --- a/home/ebisu/fortune/rice/gtk.nix +++ b/home/ebisu/fortune/rice/gtk.nix @@ -1,4 +1,5 @@ -{ pkgs, ... }: { +{ pkgs, ... }: +{ gtk = { enable = true; @@ -32,4 +33,4 @@ }; home.sessionVariables.GTK_THEME = "WhiteSur-Dark"; -}
\ No newline at end of file +} |