mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
res
This commit is contained in:
parent
f4ae9e1e5b
commit
83a2e1fc23
1 changed files with 16 additions and 4 deletions
20
flake.nix
20
flake.nix
|
|
@ -79,7 +79,10 @@
|
|||
hyprland # Pass hyprland to specialArgs
|
||||
stylix
|
||||
;
|
||||
unstablePkgs = import nixpkgs-unstable { inherit system; };
|
||||
unstablePkgs = import nixpkgs-unstable {
|
||||
inherit system;
|
||||
config.allowUnfree = true;
|
||||
};
|
||||
};
|
||||
modules = [
|
||||
stylix.nixosModules.stylix
|
||||
|
|
@ -131,7 +134,10 @@
|
|||
hyprland
|
||||
stylix
|
||||
;
|
||||
unstablePkgs = import nixpkgs-unstable { inherit system; };
|
||||
unstablePkgs = import nixpkgs-unstable {
|
||||
inherit system;
|
||||
config.allowUnfree = true;
|
||||
};
|
||||
};
|
||||
modules = [
|
||||
stylix.nixosModules.stylix
|
||||
|
|
@ -179,7 +185,10 @@
|
|||
overlays
|
||||
primaryUser
|
||||
;
|
||||
unstablePkgs = import nixpkgs-unstable { inherit system; };
|
||||
unstablePkgs = import nixpkgs-unstable {
|
||||
inherit system;
|
||||
config.allowUnfree = true;
|
||||
};
|
||||
};
|
||||
modules = [
|
||||
./nixos/homelab.nix # Your main homelab config
|
||||
|
|
@ -242,7 +251,10 @@
|
|||
overlays
|
||||
primaryUser
|
||||
;
|
||||
unstablePkgs = import nixpkgs-unstable { inherit system; };
|
||||
unstablePkgs = import nixpkgs-unstable {
|
||||
inherit system;
|
||||
config.allowUnfree = true;
|
||||
};
|
||||
|
||||
};
|
||||
modules = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue