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
|
#ags.url = "github:aylur/ags/v1"; # aylurs-gtk-shell-v1
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = inputs@{ self, nixpkgs, ... }:
|
outputs =
|
||||||
|
inputs@{ self, nixpkgs, ... }:
|
||||||
let
|
let
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
host = "nixos-config";
|
host = "nixos-config";
|
||||||
|
@ -28,7 +29,8 @@
|
||||||
specialArgs = {
|
specialArgs = {
|
||||||
inherit system;
|
inherit system;
|
||||||
inherit inputs;
|
inherit inputs;
|
||||||
inherit system;
|
inherit username;
|
||||||
|
inherit host;
|
||||||
};
|
};
|
||||||
modules = [
|
modules = [
|
||||||
./hosts/${host}/config.nix
|
./hosts/${host}/config.nix
|
||||||
|
|
Loading…
Reference in New Issue