2 Commits

Author SHA1 Message Date
kenji 181014b678 removed programs.hyprland 2025-08-11 16:11:47 -05:00
kenji 083be17af4 a 2025-08-11 16:09:38 -05:00
+6 -6
View File
@@ -16,7 +16,7 @@
cfg = config.programs.illogical-impulse;
in {
imports = [
inputs.home-manager.nixosModules.home-manager
# inputs.home-manager.nixosModules.home-manager
];
options = {
programs.illogical-impulse = {
@@ -30,11 +30,11 @@ in {
};
};
config = mkIf cfg.enable {
programs.hyprland = {
enable = true;
package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
portalPackage = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland;
};
# programs.hyprland = {
# enable = true;
# package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
# portalPackage = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland;
# };
home.file = {
".config/quickshell".source = builtins.path {path = ../../.config/quickshell;};
".config/hypr".source = builtins.path {path = ../../.config/hypr;};