diff --git a/flake.lock b/flake.lock index a9c8ee6f..81d0a825 100644 --- a/flake.lock +++ b/flake.lock @@ -169,11 +169,11 @@ ] }, "locked": { - "lastModified": 1710532761, - "narHash": "sha256-SUXGZNrXX05YA9G6EmgupxhOr3swI1gcxLUeDMUhrEY=", + "lastModified": 1710974515, + "narHash": "sha256-jZpdsypecYTOO9l12Vy77otGmh9uz8tGzcguifA30Vs=", "owner": "nix-community", "repo": "home-manager", - "rev": "206f457fffdb9a73596a4cb2211a471bd305243d", + "rev": "1c2acec99933f9835cc7ad47e35303de92d923a4", "type": "github" }, "original": { @@ -184,11 +184,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1710451336, - "narHash": "sha256-pP86Pcfu3BrAvRO7R64x7hs+GaQrjFes+mEPowCfkxY=", + "lastModified": 1711001935, + "narHash": "sha256-URtGpHue7HHZK0mrHnSf8wJ6OmMKYSsoLmJybrOLFSQ=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "d691274a972b3165335d261cc4671335f5c67de9", + "rev": "20f77aa09916374aa3141cbc605c955626762c9a", "type": "github" }, "original": { diff --git a/home/pqiv.nix b/home/pqiv.nix index efdf1967..2323ecc3 100644 --- a/home/pqiv.nix +++ b/home/pqiv.nix @@ -7,12 +7,16 @@ lazy-load = 1; hide-info-box = 1; scale-mode-screen-fraction = 1; - max-depth = 0; background-pattern = "black"; disable-backends = "archive,archive_cbx,libav,poppler,spectre"; thumbnail-size = "256x256"; command-1 = "thunar"; }; }; + + extraConfig = '' + [actions] + set_cursor_auto_hide(1) + ''; }; } diff --git a/modules/packages.nix b/modules/packages.nix index 785f15ba..4bff0859 100644 --- a/modules/packages.nix +++ b/modules/packages.nix @@ -124,7 +124,7 @@ ]; nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ - "osu-lazer-bin-2024.312.0" + "osu-lazer-bin-2024.312.1" ]; nixpkgs.config.permittedInsecurePackages = [ diff --git a/specializations/plasma.nix b/specializations/plasma.nix index ffe99093..b1261f09 100644 --- a/specializations/plasma.nix +++ b/specializations/plasma.nix @@ -4,10 +4,6 @@ services.xserver = { enable = true; - desktopManager = { - plasma5.enable = true; - }; - displayManager = { sddm.enable = true; @@ -20,6 +16,8 @@ excludePackages = [ pkgs.xterm ]; }; + services.desktopManager.plasma6.enable = true; + systemd.services = { "getty@tty1".enable = false; "autovt@tty1".enable = false;