chore: bump flake

This commit is contained in:
Nydragon 2024-09-15 00:57:37 +02:00
parent a340c00353
commit 8edb0a6ac0
Signed by: nydragon
SSH key fingerprint: SHA256:iQnIC12spf4QjWSbarmkD2No1cLMlu6TWoV7K6cYF5g
2 changed files with 10 additions and 10 deletions

18
flake.lock generated
View file

@ -50,11 +50,11 @@
]
},
"locked": {
"lastModified": 1726219040,
"narHash": "sha256-u/2xSCp/7sE7XViv6QR2jMw7Rrx/PXJtmeVLYv+Qbpo=",
"lastModified": 1726325969,
"narHash": "sha256-Mlw7009cdFry9OHpS6jy294lXhb+gcRa0iS2hYhkC6s=",
"owner": "nix-community",
"repo": "disko",
"rev": "4ef99d8ec41369b6fbe83479b5566c2b8856972c",
"rev": "3632080c41d7a657995807689a08ef6c4bcb2c72",
"type": "github"
},
"original": {
@ -129,11 +129,11 @@
]
},
"locked": {
"lastModified": 1726298287,
"narHash": "sha256-wvtyOH5X2euU7CISBg2jNVpc2cGP1rJ2bsatBLDwjGc=",
"lastModified": 1726308872,
"narHash": "sha256-d4vwO5N4RsLnCY7k5tY9xbdYDWQsY3RDMeUoIa4ms2A=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "7edf6ccaec8001cb20368bf1bf6a677178cae07b",
"rev": "6c1a461a444e6ccb3f3e42bb627b510c3a722a57",
"type": "github"
},
"original": {
@ -215,11 +215,11 @@
"utils": "utils"
},
"locked": {
"lastModified": 1725739244,
"narHash": "sha256-48NyBtSqja0pLw0MZhWqymqacDIUWXwKBvGgt7r3dwo=",
"lastModified": 1726354487,
"narHash": "sha256-ce1wdcmq0lieRcoequ52vT+ic7+VF1o7gKzxURQ1+WY=",
"owner": "nydragon",
"repo": "nysh",
"rev": "b0ceb423d97ab02eb63847f1be3e0f36ec266148",
"rev": "44809856728c3bc31f180a28f5c0a98dbfcdd36f",
"type": "github"
},
"original": {

View file

@ -4,7 +4,7 @@ let
s: if (builtins.pathExists s) then (builtins.baseNameOf s) else throw "${s} does not exist";
in
rec {
qt.platformTheme.name = "gtk";
qt.platformTheme.name = "gnome";
dconf = {
enable = true;