user: convenience updates

This commit is contained in:
Rouven Seifert 2024-03-09 12:40:33 +01:00
parent 05dc9b4671
commit b97675b246
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
3 changed files with 11 additions and 11 deletions

View file

@ -180,11 +180,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1709485962, "lastModified": 1709825366,
"narHash": "sha256-rmFB4uE10+LJbcVE4ePgiuHOBlUIjQOeZt4VQVJTU8M=", "narHash": "sha256-voasXvMdMSDU12etTmv2DT9SlcZyUNC7Y8OehMbETKE=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "d579633ff9915a8f4058d5c439281097e92380a8", "rev": "1283bf6ebbdee4d980b7551bed4c6596805e812c",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -281,11 +281,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1709435391, "lastModified": 1709708644,
"narHash": "sha256-s4itTkIVxn5lYeTzwkbAgl99atnjdZv1idI1118vdzA=", "narHash": "sha256-XAFOkZ6yexsqeJrCXWoHxopq0i+7ZqbwATXomMnGmr4=",
"owner": "nix-community", "owner": "nix-community",
"repo": "nix-index-database", "repo": "nix-index-database",
"rev": "93554c04c2f1c02f4a383538e8848d511c3129e9", "rev": "94a1e46434736a40f976a454f8bd3ea2144f349b",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -296,11 +296,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1709237383, "lastModified": 1709703039,
"narHash": "sha256-cy6ArO4k5qTx+l5o+0mL9f5fa86tYUX3ozE1S+Txlds=", "narHash": "sha256-6hqgQ8OK6gsMu1VtcGKBxKQInRLHtzulDo9Z5jxHEFY=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "1536926ef5621b09bba54035ae2bb6d806d72ac8", "rev": "9df3e30ce24fd28c7b3e2de0d986769db5d6225d",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -8,7 +8,7 @@
zip zip
unzip unzip
man-pages man-pages
cinnamon.nemo pcmanfm
xdg-utils # used for xdg-open xdg-utils # used for xdg-open
appimage-run appimage-run
seafile-client seafile-client

View file

@ -29,7 +29,7 @@
{ event = "lock"; command = lib.getExe pkgs.swaylock-effects; } { event = "lock"; command = lib.getExe pkgs.swaylock-effects; }
]; ];
timeouts = [ timeouts = [
{ timeout = 300; command = lib.getExe pkgs.swaylock-effects; } # { timeout = 300; command = lib.getExe pkgs.swaylock-effects; }
]; ];
systemdTarget = "graphical-session.target"; systemdTarget = "graphical-session.target";
}; };