diff options
| author | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2026-01-07 15:14:13 +0100 |
|---|---|---|
| committer | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2026-01-07 15:14:13 +0100 |
| commit | 257e05df975ca7392c6fbcb11905769ce7fc914d (patch) | |
| tree | 0a39f659a896f39c681ac00751ae1ec30ea0582a /home-modules | |
| parent | 4ff71d189c210a0c26e839ecd19b12749126746d (diff) | |
Update NixOS
Diffstat (limited to 'home-modules')
| -rw-r--r-- | home-modules/desktop/hyprland.nix | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/home-modules/desktop/hyprland.nix b/home-modules/desktop/hyprland.nix index 9703e0d..caca14f 100644 --- a/home-modules/desktop/hyprland.nix +++ b/home-modules/desktop/hyprland.nix @@ -34,7 +34,6 @@ with lib; export QT_WAYLAND_DISABLE_WINDOWDECORATION=1 export QT_AUTO_SCREEN_SCALE_FACTOR=1 export MOZ_ENABLE_WAYLAND=1 - export -n GTK_IM_MODULE ''; # Hyprland @@ -258,10 +257,10 @@ with lib; settings = { ipc = "on"; splash = false; - splash_offset = 2.0; + splash_offset = 2; preload = [ "${./wallpaper.png}" ]; - wallpaper = [ ",${./wallpaper.png}" ]; + wallpaper = [ ",${./wallpaper.png}," ]; }; }; @@ -309,7 +308,7 @@ with lib; time = "07:00"; identity = true; # temperature = 6500; - # gamme = 1; + gamme = 1; } { # Evening time = "19:00"; |
