diff options
| author | Rosa <rosaontheweb@proton.me> | 2026-05-06 20:26:04 -0400 |
|---|---|---|
| committer | Rosa <rosaontheweb@proton.me> | 2026-05-06 20:26:04 -0400 |
| commit | edc7198de6680ae6568549f1b713c296022515ab (patch) | |
| tree | a485e5591ea7606702fc7b3d53fe9c932c6f2089 /hosts/meowbook/default.nix | |
| parent | 619bc64bcdf0306f5854d342fabbc7f1686af25c (diff) | |
fix volume binds, waybar tomfoolery
Diffstat (limited to 'hosts/meowbook/default.nix')
| -rw-r--r-- | hosts/meowbook/default.nix | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/hosts/meowbook/default.nix b/hosts/meowbook/default.nix index f0de2ba..bff8e4f 100644 --- a/hosts/meowbook/default.nix +++ b/hosts/meowbook/default.nix @@ -1,4 +1,4 @@ -{ config, ... }: +{ config, pkgs, ... }: { imports = [ ./disks.nix @@ -13,6 +13,10 @@ editors.kakoune.enable = true; home = { homeDirectory = "/home/rosa"; + packages = with pkgs; [ + gimp + ]; + stateVersion = "26.05"; username = "rosa"; }; |
