keyring: move out of home-manager
This commit is contained in:
@@ -5,5 +5,6 @@
|
|||||||
./firefox.nix
|
./firefox.nix
|
||||||
./gfeeds.nix
|
./gfeeds.nix
|
||||||
./gpodder.nix
|
./gpodder.nix
|
||||||
|
./keyring.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
@@ -5,7 +5,7 @@ lib.mkIf config.sane.home-manager.enable
|
|||||||
sane.persist.home.private = [ ".local/share/keyrings" ];
|
sane.persist.home.private = [ ".local/share/keyrings" ];
|
||||||
|
|
||||||
sane.fs."/home/colin/private/.local/share/keyrings/default" = {
|
sane.fs."/home/colin/private/.local/share/keyrings/default" = {
|
||||||
generated.script.script = builtins.readFile ../../scripts/init-keyring;
|
generated.script.script = builtins.readFile ../../../scripts/init-keyring;
|
||||||
wantedBy = [ config.sane.fs."/home/colin/private".unit ];
|
wantedBy = [ config.sane.fs."/home/colin/private".unit ];
|
||||||
};
|
};
|
||||||
}
|
}
|
@@ -15,7 +15,6 @@ in
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./git.nix
|
./git.nix
|
||||||
./keyring.nix
|
|
||||||
./kitty.nix
|
./kitty.nix
|
||||||
./mpv.nix
|
./mpv.nix
|
||||||
./neovim.nix
|
./neovim.nix
|
||||||
|
Reference in New Issue
Block a user