update flake inputs; dustbowl: adapt to new nixos

This commit is contained in:
joachimschmidt557 2025-10-04 18:40:56 +02:00
parent 8e6260ae7b
commit df71b120b8
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5
2 changed files with 4 additions and 4 deletions

6
flake.lock generated
View file

@ -20,11 +20,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1752687322, "lastModified": 1759036355,
"narHash": "sha256-RKwfXA4OZROjBTQAl9WOZQFm7L8Bo93FQwSJpAiSRvo=", "narHash": "sha256-0m27AKv6ka+q270dw48KflE0LwQYrO7Fm4/2//KCVWg=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "6e987485eb2c77e5dcc5af4e3c70843711ef9251", "rev": "e9f00bd893984bc8ce46c895c3bf7cac95331127",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -402,7 +402,7 @@
enable = true; enable = true;
}; };
services.logind.powerKey = "ignore"; services.logind.settings.Login.HandlePowerKey = "ignore";
xdg.portal = { xdg.portal = {
enable = true; enable = true;