feat: add nix-update+nvd script
This commit is contained in:
parent
307ae1bac9
commit
d3150b5a5a
7 changed files with 56 additions and 11 deletions
5
users/gandalf/modules/scripts/default.nix
Normal file
5
users/gandalf/modules/scripts/default.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ pkgs, nixosConfig, ... }: {
|
||||
home.packages = [
|
||||
(import ./nix-update.nix { inherit pkgs nixosConfig; })
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue