From a4549237138dad71b3a51cf6870c22c5f85f8a29 Mon Sep 17 00:00:00 2001 From: Rosa Date: Sun, 29 Mar 2026 16:36:57 -0400 Subject: install krita on the desktop --- hosts/the-meowchine/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'hosts') 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"; }; -- cgit v1.3.1