summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix17
1 files changed, 1 insertions, 16 deletions
diff --git a/flake.nix b/flake.nix
index 993e60d..47bb6a7 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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