diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 17 |
1 files changed, 1 insertions, 16 deletions
@@ -11,24 +11,9 @@ hyprland.url = "github:hyprwm/Hyprland"; }; - outputs = inputs@{ self, nixpkgs, nixpkgs-unstable, home-manager, hyprland, ... }: { - # outputs = { self, nixpkgs, nixpkgs-unstable, home-manager, hyprland, ... }: let - - # defFlakeSystem = baseCfg: nixpkgs.lib.nixosSystem { - # # defFlakeSystem = nixpkgs.lib.nixosSystem { - # modules = [({ ... }: { - # imports = [ - # baseCfg - # ]; - # # Let 'nixos-version --json' know the Git revision of this flake. - # system.configurationRevision = nixpkgs.lib.mkIf (self ? rev) self.rev; - # nix.registry.nixpkgs.flake = nixpkgs; - # })]; - # }; - # in { + outputs = { self, nixpkgs, nixpkgs-unstable, home-manager, hyprland, ... }: { nixosConfigurations = { - # zenbook = defFlakeSystem { zenbook = nixpkgs.lib.nixosSystem { modules = [ ./machines/zenbook/configuration.nix |
