From 31acd23e0674f16585a47ad7fc45bccacd578341 Mon Sep 17 00:00:00 2001 From: iFargle Date: Mon, 14 Aug 2023 21:42:32 +0900 Subject: [PATCH] test --- flake.nix | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/flake.nix b/flake.nix index d2479690..21833c52 100644 --- a/flake.nix +++ b/flake.nix @@ -24,7 +24,7 @@ # nixos-hardware.url = "github:NixOS/nixos-hardware/master"; # hyprland flake - hyprland.url = "github:hyprwm/Hyprland"; + # hyprland.url = "github:hyprwm/Hyprland"; # Encrypted secrets in Nix configuration files # https://github.com/Mic92/sops-nix @@ -40,7 +40,7 @@ nur, sops-nix, # nixos-hardware, - hyprland, + # hyprland, ... }@inputs: let @@ -109,15 +109,15 @@ }; # lib.nixosSystem - ${hostname} }; # nixosConfiguration - # Import hyprland configs for home manager - homeConfigurations."albert@${hostname}" = home-manager.lib.homeManagerConfiguration { - modules = [ - hyprland.homeManagerModules.default { - import = [ - ./hosts/${hostname}/desktops/hyprland-conf.nix - ]; - } - ]; - }; + # # Import hyprland configs for home manager + # homeConfigurations."albert@${hostname}" = home-manager.lib.homeManagerConfiguration { + # modules = [ + # hyprland.homeManagerModules.default { + # import = [ + # ./hosts/${hostname}/desktops/hyprland-conf.nix + # ]; + # } + # ]; + # }; }; }