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
|
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 = {
|
home-manager = {
|
||||||
useUserPackages = true;
|
useUserPackages = true;
|
||||||
# useGlobalPkgs = true;
|
# useGlobalPkgs = true;
|
||||||
|
|
@ -48,11 +54,6 @@
|
||||||
./misc_pkgs
|
./misc_pkgs
|
||||||
./wm
|
./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
|
obsidian
|
||||||
thunderbird
|
thunderbird
|
||||||
zoom-us # work :{
|
zoom-us # work :{
|
||||||
fastmail-desktop
|
|
||||||
|
|
||||||
# Desktop Utilities
|
# Desktop Utilities
|
||||||
ausweisapp
|
ausweisapp
|
||||||
|
|
@ -34,7 +33,6 @@
|
||||||
mpv-unwrapped
|
mpv-unwrapped
|
||||||
kdePackages.gwenview
|
kdePackages.gwenview
|
||||||
krita
|
krita
|
||||||
renpy
|
|
||||||
|
|
||||||
# Desktop game things
|
# Desktop game things
|
||||||
openttd-jgrpp
|
openttd-jgrpp
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue