diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 27 |
1 files changed, 14 insertions, 13 deletions
@@ -13,23 +13,24 @@ # hyprland.url = "github:hyprwm/Hyprland"; }; - # outputs = inputs@{ self, nixpkgs, nixpkgs-unstable, home-manager, hyprland, ... }: { - outputs = inputs@{ self, nixpkgs, nixpkgs-unstable, home-manager, ... }: let - system = "x86_64-linux"; - pkgs = import nixpkgs { - inherit system; - config.allowUnfree = true; - }; - pkgsUnstable = import nixpkgs-unstable { - inherit system; - config.allowUnfree = true; - }; + outputs = inputs@{ self, nixpkgs, nixpkgs-unstable, home-manager, hyprland, ... }: { + outputs = inputs@{ self, nixpkgs, nixpkgs-unstable, home-manager, ... }: { + # outputs = inputs@{ self, nixpkgs, nixpkgs-unstable, home-manager, ... }: let + # system = "x86_64-linux"; + # pkgs = import nixpkgs { + # inherit system; + # config.allowUnfree = true; + # }; + # pkgsUnstable = import nixpkgs-unstable { + # inherit system; + # config.allowUnfree = true; + # }; - in { + # in { nixosConfigurations = { nixos-zenbook = nixpkgs.lib.nixosSystem { - inherit system; + # inherit system; modules = [ ./machines/zenbook/configuration.nix |
