nix: Rename variables file to variables.nix

No need for an "examples" directory.
This commit is contained in:
Donovan Glover 2023-06-05 12:45:22 -04:00
parent 89c9727de6
commit f00d3538ef
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
};
outputs = { self, nixpkgs, home-manager, hyprland, stylix, hypr-contrib, nix-gaming, ... }@attrs: let
variables = import ./examples/laptop.nix;
variables = import ./variables.nix;
in {
nixosConfigurations."${variables.hostname}" = nixpkgs.lib.nixosSystem {
system = variables.system;