2: Moved SHELL env var to system and added digikam

This commit is contained in:
uzy lol 2025-02-09 22:04:31 -08:00
parent d540b9a360
commit 7d5da93c58
2 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,8 @@
SHELL = "/etc/profiles/per-user/uzair/bin/fish"; SHELL = "/etc/profiles/per-user/uzair/bin/fish";
ELECTRON_OZONE_PLATFORM_HINT = "wayland"; ELECTRON_OZONE_PLATFORM_HINT = "wayland";
NIXOS_CONFIG = "/home/uzair/Documents/nixos-config"; NIXOS_CONFIG = "/home/uzair/Documents/nixos-config";
XCURSOR_THEME="Furina-v2";
XCURSOR_SIZE=32;
}; };
programs.helix = { programs.helix = {

View File

@ -7,6 +7,7 @@
nicotine-plus nicotine-plus
gimp gimp
kdePackages.kdenlive kdePackages.kdenlive
digikam
]; ];
programs.mpv.enable = true; programs.mpv.enable = true;