chore(flake)!: bump inputs

This commit is contained in:
514fpv 2024-04-19 08:15:03 +08:00
parent 9eaa887a1d
commit 8389f07570
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw
3 changed files with 8 additions and 8 deletions

View file

@ -155,11 +155,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1713131281, "lastModified": 1713479280,
"narHash": "sha256-/Jm1X9MPfLXAxZSCdWmQAFNUQggEfNWHol5jSyyzFzw=", "narHash": "sha256-e8+ZgayVccw6h8ay15jM9hXh+sjZDc1XdBGLn3pdYdc=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "9f32c66a51d05e6d4ec0dea555bbff9135749ec7", "rev": "ff1c3646541316258b1ca64e9b25d4c9cca8e587",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -213,11 +213,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1712963716, "lastModified": 1713297878,
"narHash": "sha256-WKm9CvgCldeIVvRz87iOMi8CFVB1apJlkUT4GGvA0iM=", "narHash": "sha256-hOkzkhLT59wR8VaMbh1ESjtZLbGi+XNaBN6h49SPqEc=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "cfd6b5fc90b15709b780a5a1619695a88505a176", "rev": "66adc1e47f8784803f2deb6cacd5e07264ec2d5c",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -25,7 +25,7 @@
}; };
# unify qt theme # unify qt theme
qt.platformTheme = mkDefault "gtk"; qt.platformTheme.name = mkDefault "gtk";
gtk.enable = mkDefault true; gtk.enable = mkDefault true;
qt.enable = mkDefault true; qt.enable = mkDefault true;

View file

@ -5,7 +5,7 @@
gui = with config.global.gpu; enable && session; gui = with config.global.gpu; enable && session;
nvidia = with config.global.gpu; type == "nvidia" || type == "prime"; nvidia = with config.global.gpu; type == "nvidia" || type == "prime";
in mkIf gui { in mkIf gui {
services.xserver.displayManager.sessionPackages = [ services.displayManager.sessionPackages = [
(pkgs.writeTextFile { (pkgs.writeTextFile {
name = "sway-session"; name = "sway-session";
destination = "/share/wayland-sessions/sway.desktop"; destination = "/share/wayland-sessions/sway.desktop";