This commit is contained in:
2024-04-04 11:17:48 +01:00
parent 45a1233bbf
commit fe9d444b6a
5 changed files with 195 additions and 7 deletions
+17 -1
View File
@@ -8,10 +8,16 @@
}:
{
imports = with inputs; [
hypridle.homeManagerModules.default
hyprlock.homeManagerModules.default
#hyprpaper.homeManagerModules.default
];
home.packages = with pkgs; [
hyprpicker
# hyprlock
# hypridle
];
wayland.windowManager.hyprland = {
enable = true;
@@ -28,7 +34,6 @@
"wl-paste -p --watch wl-copy -p ''"
];
env = [
"PATH,PATH:$HOME/.local"
"HYPRCURSOR_THEME,${config.gtk.cursorTheme.name}"
"HYPRCURSOR_SIZE,24"
"WLR_NO_HARDWARE_CURSORS,1"
@@ -300,4 +305,15 @@
submap = reset
'';
};
# programs.hyprlock = {
# enable = true;
# general = { };
# backgrounds = [
# {
# path = "$HOME/pictures/wallpapers/desert.jpg";
# }
# ];
# };
# programs.hypridle = {
# };
}