changed hyprland.conf to main.conf

This commit is contained in:
2024-10-18 09:30:08 -05:00
parent 42b3bcbfa8
commit 29a01705c3
6 changed files with 72 additions and 63 deletions

View File

@@ -7,6 +7,6 @@
config = lib.mkIf config.homeconfig.swaylock.enable {
home.Packages = with pkgs; [ swaylock-effects ];
home.packages = with pkgs; [ swaylock-effects ];
};
}