Compare commits

..

3 commits

Author SHA1 Message Date
7a67da822a
fix: move restic to where it can find my age secrets 🚬 2025-11-14 22:26:45 +01:00
49b0ee4df4
feat(pkgs): add renpy 2025-11-14 22:24:08 +01:00
ebfb77e5d0
feat(pkgs): add fastmail-desktop 2025-11-14 22:23:39 +01:00
2 changed files with 7 additions and 6 deletions

View file

@ -13,12 +13,6 @@
inputs.spicetify-nix.nixosModules.default
];
# Configure them here, because here I still have the system config.age. ...
home-manager.users.etwas.services.restic.backups.localbackup = {
passwordFile = config.age.secrets.restic-password.path;
environmentFile = config.age.secrets.restic-s3-key.path;
};
home-manager = {
useUserPackages = true;
# useGlobalPkgs = true;
@ -54,6 +48,11 @@
./misc_pkgs
./wm
];
services.restic.backups.localbackup = {
passwordFile = config.age.secrets.restic-password.path;
environmentFile = config.age.secrets.restic-s3-key.path;
};
};
};

View file

@ -19,6 +19,7 @@
obsidian
thunderbird
zoom-us # work :{
fastmail-desktop
# Desktop Utilities
ausweisapp
@ -33,6 +34,7 @@
mpv-unwrapped
kdePackages.gwenview
krita
renpy
# Desktop game things
openttd-jgrpp