auto-install script
This commit is contained in:
parent
9f46b89e4c
commit
9419b77ed4
14
flake.nix
14
flake.nix
|
@ -2,14 +2,15 @@
|
|||
description = "shynd's nixos-config";
|
||||
|
||||
inputs = {
|
||||
# nixpkgs.url = "nixpkgs/nixos-24.11";
|
||||
#nixpkgs.url = "nixpkgs/nixos-24.11";
|
||||
nixpkgs.url = "nixpkgs/nixos-unstable";
|
||||
# hyprland.url = "github:hyprwm/Hyprland"; # hyprland development
|
||||
# distro-grub-themes.url = "github:AdisonCavani/distro-grub-themes";
|
||||
# ags.url = "github:aylur/ags/v1"; # aylurs-gtk-shell-v1
|
||||
#hyprland.url = "github:hyprwm/Hyprland"; # hyprland development
|
||||
#distro-grub-themes.url = "github:AdisonCavani/distro-grub-themes";
|
||||
#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