switch to agenix
for some unknown reason ragenix sometimes doesn't compile, oh well also, using my own fork because ryantm's doesn't armor age files
This commit is contained in:
parent
d85a02c68b
commit
55096c3b4d
6 changed files with 53 additions and 161 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
nixos = with inputs; [
|
||||
./common.nix
|
||||
ragenix.nixosModules.default
|
||||
agenix.nixosModules.default
|
||||
];
|
||||
|
||||
desktop = with inputs;
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
pkgs,
|
||||
config,
|
||||
getchvim,
|
||||
ragenix,
|
||||
agenix,
|
||||
...
|
||||
}: let
|
||||
username = "leo";
|
||||
|
@ -144,7 +144,7 @@ in {
|
|||
osu-lazer-bin
|
||||
gnome.file-roller
|
||||
getchvim.packages.${system}.default
|
||||
ragenix.packages.${system}.default
|
||||
agenix.packages.${system}.default
|
||||
];
|
||||
|
||||
services = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue