diff options
| author | Rosa <rosaontheweb@proton.me> | 2026-03-29 16:36:57 -0400 |
|---|---|---|
| committer | Rosa <rosaontheweb@proton.me> | 2026-03-29 16:36:57 -0400 |
| commit | a4549237138dad71b3a51cf6870c22c5f85f8a29 (patch) | |
| tree | 1d7069c950b1bb5af811767df5fc701fe7c0de67 /hosts/the-meowchine/default.nix | |
| parent | 32b32bd3a815e11aa8f7e3279a638940754b6a23 (diff) | |
install krita on the desktop
Diffstat (limited to 'hosts/the-meowchine/default.nix')
| -rw-r--r-- | hosts/the-meowchine/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hosts/the-meowchine/default.nix b/hosts/the-meowchine/default.nix index a886677..347a262 100644 --- a/hosts/the-meowchine/default.nix +++ b/hosts/the-meowchine/default.nix @@ -1,4 +1,4 @@ -{ config, lib, ... }: +{ config, lib, pkgs, ... }: { home-manager.users.rosa = { imports = [ ../../modules/user ]; @@ -6,6 +6,7 @@ editors.kakoune.enable = true; home = { homeDirectory = "/home/rosa"; + packages = with pkgs; [ krita ]; stateVersion = "23.05"; username = "rosa"; }; |
