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
|
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;
|
||||||
|
|
@ -54,6 +48,11 @@
|
||||||
./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,6 +19,7 @@
|
||||||
obsidian
|
obsidian
|
||||||
thunderbird
|
thunderbird
|
||||||
zoom-us # work :{
|
zoom-us # work :{
|
||||||
|
fastmail-desktop
|
||||||
|
|
||||||
# Desktop Utilities
|
# Desktop Utilities
|
||||||
ausweisapp
|
ausweisapp
|
||||||
|
|
@ -33,6 +34,7 @@
|
||||||
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