chore: Update flake inputs

Notable changes include upgrading to Plasma 6 in the DE specialization
as well as updating the pqiv config to work with the latest home-manger
change.
This commit is contained in:
Donovan Glover 2024-03-22 12:19:59 -04:00
parent 6e23ae9c4c
commit 0151098d47
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
4 changed files with 14 additions and 12 deletions

View File

@ -169,11 +169,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1710532761, "lastModified": 1710974515,
"narHash": "sha256-SUXGZNrXX05YA9G6EmgupxhOr3swI1gcxLUeDMUhrEY=", "narHash": "sha256-jZpdsypecYTOO9l12Vy77otGmh9uz8tGzcguifA30Vs=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "206f457fffdb9a73596a4cb2211a471bd305243d", "rev": "1c2acec99933f9835cc7ad47e35303de92d923a4",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -184,11 +184,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1710451336, "lastModified": 1711001935,
"narHash": "sha256-pP86Pcfu3BrAvRO7R64x7hs+GaQrjFes+mEPowCfkxY=", "narHash": "sha256-URtGpHue7HHZK0mrHnSf8wJ6OmMKYSsoLmJybrOLFSQ=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "d691274a972b3165335d261cc4671335f5c67de9", "rev": "20f77aa09916374aa3141cbc605c955626762c9a",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -7,12 +7,16 @@
lazy-load = 1; lazy-load = 1;
hide-info-box = 1; hide-info-box = 1;
scale-mode-screen-fraction = 1; scale-mode-screen-fraction = 1;
max-depth = 0;
background-pattern = "black"; background-pattern = "black";
disable-backends = "archive,archive_cbx,libav,poppler,spectre"; disable-backends = "archive,archive_cbx,libav,poppler,spectre";
thumbnail-size = "256x256"; thumbnail-size = "256x256";
command-1 = "thunar"; command-1 = "thunar";
}; };
}; };
extraConfig = ''
[actions]
set_cursor_auto_hide(1)
'';
}; };
} }

View File

@ -124,7 +124,7 @@
]; ];
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"osu-lazer-bin-2024.312.0" "osu-lazer-bin-2024.312.1"
]; ];
nixpkgs.config.permittedInsecurePackages = [ nixpkgs.config.permittedInsecurePackages = [

View File

@ -4,10 +4,6 @@
services.xserver = { services.xserver = {
enable = true; enable = true;
desktopManager = {
plasma5.enable = true;
};
displayManager = { displayManager = {
sddm.enable = true; sddm.enable = true;
@ -20,6 +16,8 @@
excludePackages = [ pkgs.xterm ]; excludePackages = [ pkgs.xterm ];
}; };
services.desktopManager.plasma6.enable = true;
systemd.services = { systemd.services = {
"getty@tty1".enable = false; "getty@tty1".enable = false;
"autovt@tty1".enable = false; "autovt@tty1".enable = false;