mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-21 15:53:32 +01:00
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:
parent
6e23ae9c4c
commit
0151098d47
12
flake.lock
12
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": {
|
||||
|
@ -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)
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
@ -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 = [
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user