This commit is contained in:
caem 2025-01-25 19:53:50 +01:00
parent 4f4bd5c462
commit ca00371fea
Signed by: caem
GPG key ID: 69A830D03203405F
6 changed files with 62 additions and 1 deletions

View file

@ -0,0 +1,15 @@
{ pkgs, username, ... }:
{
environment.persistence."/nix/persist" = {
users."${username}".directories = [
".local/share/krita"
".config/GIMP"
];
};
environment.systemPackages = with pkgs; [
krita
gimp
];
}

View file

@ -11,7 +11,7 @@
environment.systemPackages = with pkgs; [
protonup-qt
protontricks
osu-lazer-bin
unstable.osu-lazer-bin
];
programs.steam = {