mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-14 20:33:59 +01:00
nix: Rename variables file to variables.nix
No need for an "examples" directory.
This commit is contained in:
parent
89c9727de6
commit
f00d3538ef
@ -32,7 +32,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
outputs = { self, nixpkgs, home-manager, hyprland, stylix, hypr-contrib, nix-gaming, ... }@attrs: let
|
outputs = { self, nixpkgs, home-manager, hyprland, stylix, hypr-contrib, nix-gaming, ... }@attrs: let
|
||||||
variables = import ./examples/laptop.nix;
|
variables = import ./variables.nix;
|
||||||
in {
|
in {
|
||||||
nixosConfigurations."${variables.hostname}" = nixpkgs.lib.nixosSystem {
|
nixosConfigurations."${variables.hostname}" = nixpkgs.lib.nixosSystem {
|
||||||
system = variables.system;
|
system = variables.system;
|
||||||
|
Loading…
Reference in New Issue
Block a user