refactor
This commit is contained in:
parent
fe2f5aa3fc
commit
17d302cbdf
|
@ -13,27 +13,34 @@
|
||||||
|
|
||||||
home = {
|
home = {
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
spotify
|
|
||||||
jellyfin-media-player
|
|
||||||
firefox
|
|
||||||
pulsemixer
|
|
||||||
# Graphics
|
# Graphics
|
||||||
gimp
|
gimp
|
||||||
inkscape
|
inkscape
|
||||||
krita
|
krita
|
||||||
|
|
||||||
# Games
|
# Games
|
||||||
gamemode
|
gamemode
|
||||||
protonup-ng
|
protonup-ng
|
||||||
prismlauncher
|
prismlauncher
|
||||||
runelite
|
runelite
|
||||||
|
|
||||||
# Hardware
|
# Hardware
|
||||||
libratbag
|
libratbag
|
||||||
piper
|
piper
|
||||||
|
|
||||||
|
# Misc
|
||||||
|
spotify
|
||||||
|
jellyfin-media-player
|
||||||
|
firefox
|
||||||
|
pulsemixer
|
||||||
];
|
];
|
||||||
|
|
||||||
persistence."/persist/home/sajenim" = {
|
persistence."/persist/home/sajenim" = {
|
||||||
directories = [
|
directories = [
|
||||||
".mozilla"
|
".mozilla"
|
||||||
|
|
||||||
".config/Yubico"
|
".config/Yubico"
|
||||||
|
|
||||||
"Documents"
|
"Documents"
|
||||||
"Downloads"
|
"Downloads"
|
||||||
"Games"
|
"Games"
|
||||||
|
|
Loading…
Reference in a new issue