Compare commits

..

2 commits

Author SHA1 Message Date
f849a1ab5d
chore: update nysh 2024-11-21 00:13:57 +01:00
11c50f397f
chore: add container to firefox 2024-11-21 00:13:52 +01:00
2 changed files with 5 additions and 8 deletions

8
flake.lock generated
View file

@ -287,11 +287,11 @@
"quickshell": "quickshell"
},
"locked": {
"lastModified": 1732098440,
"narHash": "sha256-RKnOKsIc8v+lZE1Oq3ZJtAj90o/VjdjylwTD8xVSw7o=",
"lastModified": 1732144137,
"narHash": "sha256-hrV1W+0oxvMNE9iEBSU0qSJV2kTFU+v5T0XnWZ1bcw4=",
"ref": "refs/heads/main",
"rev": "a516c42fa522d79814e94a53bdcc85615f7daf2a",
"revCount": 85,
"rev": "de30bb78c998c4e496316b4faa31062e1fbc7586",
"revCount": 86,
"type": "git",
"url": "https://git.ccnlc.eu/nydragon/nysh.git"
},

View file

@ -79,10 +79,7 @@
sway.enable = true;
};
security = {
polkit.enable = true;
package = pkgs.polkit-kde-agent;
};
security.polkit.enable = true;
users = {
defaultUserShell = pkgs.fish;