auto-install script
This commit is contained in:
parent
9f46b89e4c
commit
9419b77ed4
|
@ -9,7 +9,8 @@
|
|||
#ags.url = "github:aylur/ags/v1"; # aylurs-gtk-shell-v1
|
||||
};
|
||||
|
||||
outputs = inputs@{ self, nixpkgs, ... }:
|
||||
outputs =
|
||||
inputs@{ self, nixpkgs, ... }:
|
||||
let
|
||||
system = "x86_64-linux";
|
||||
host = "nixos-config";
|
||||
|
@ -28,7 +29,8 @@
|
|||
specialArgs = {
|
||||
inherit system;
|
||||
inherit inputs;
|
||||
inherit system;
|
||||
inherit username;
|
||||
inherit host;
|
||||
};
|
||||
modules = [
|
||||
./hosts/${host}/config.nix
|
||||
|
|
Loading…
Reference in New Issue