Compare commits
No commits in common. "7a67da822a979cfeb66ff543ee5c7026b701b3b3" and "5be4d6f59c6116f60f75622c84dce97092fc37b5" have entirely different histories.
7a67da822a
...
5be4d6f59c
2 changed files with 6 additions and 7 deletions
|
|
@ -13,6 +13,12 @@
|
|||
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;
|
||||
|
|
@ -48,11 +54,6 @@
|
|||
./misc_pkgs
|
||||
./wm
|
||||
];
|
||||
|
||||
services.restic.backups.localbackup = {
|
||||
passwordFile = config.age.secrets.restic-password.path;
|
||||
environmentFile = config.age.secrets.restic-s3-key.path;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@
|
|||
obsidian
|
||||
thunderbird
|
||||
zoom-us # work :{
|
||||
fastmail-desktop
|
||||
|
||||
# Desktop Utilities
|
||||
ausweisapp
|
||||
|
|
@ -34,7 +33,6 @@
|
|||
mpv-unwrapped
|
||||
kdePackages.gwenview
|
||||
krita
|
||||
renpy
|
||||
|
||||
# Desktop game things
|
||||
openttd-jgrpp
|
||||
|
|
|
|||
Loading…
Reference in a new issue