Compare commits
3 commits
5be4d6f59c
...
7a67da822a
| Author | SHA1 | Date | |
|---|---|---|---|
| 7a67da822a | |||
| 49b0ee4df4 | |||
| ebfb77e5d0 |
2 changed files with 7 additions and 6 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue