chore: move script.nix as default.nix
This commit is contained in:
18
users/scripts/default.nix
Normal file
18
users/scripts/default.nix
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
||||
askpass = import ./askpass.nix {inherit pkgs;};
|
||||
in [
|
||||
askpass
|
||||
(import ./backup.nix {inherit pkgs;})
|
||||
(import ./hyprland-autostart.nix {inherit pkgs;})
|
||||
(import ./keygen.nix {inherit pkgs;})
|
||||
(import ./launch-with-emacsclient.nix {
|
||||
inherit pkgs;
|
||||
emacsPackage = config.emacsPkg;
|
||||
})
|
||||
(import ./mp42webm.nix {inherit pkgs;})
|
||||
(import ./sshbind.nix {inherit pkgs;})
|
||||
]
|
||||
Reference in New Issue
Block a user