refactor home-manager
This commit is contained in:
parent
a48829bbe6
commit
caed1fc0d4
31 changed files with 243 additions and 270 deletions
48
home-manager/sajenim/fuchsia.nix
Normal file
48
home-manager/sajenim/fuchsia.nix
Normal file
|
@ -0,0 +1,48 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./global
|
||||
|
||||
./features/desktop/common
|
||||
./features/desktop/jade
|
||||
|
||||
./features/printing
|
||||
./features/games
|
||||
];
|
||||
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
spotify
|
||||
jellyfin-media-player
|
||||
firefox
|
||||
pulsemixer
|
||||
# Graphics
|
||||
gimp
|
||||
inkscape
|
||||
krita
|
||||
# Games
|
||||
gamemode
|
||||
protonup-ng
|
||||
prismlauncher
|
||||
runelite
|
||||
# Hardware
|
||||
libratbag
|
||||
piper
|
||||
];
|
||||
persistence."/persist/home/sajenim" = {
|
||||
directories = [
|
||||
".mozilla"
|
||||
".config/Yubico"
|
||||
"Documents"
|
||||
"Downloads"
|
||||
"Games"
|
||||
"Music"
|
||||
"Pictures"
|
||||
"Printer"
|
||||
"Videos"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue