This commit is contained in:
iFargle 2023-08-14 21:42:32 +09:00
parent db298a415e
commit 31acd23e06

View file

@ -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
# ];
# }
# ];
# };
};
}