Compare commits

...

3 commits

4 changed files with 18 additions and 18 deletions

View file

@ -71,7 +71,7 @@ in {
obs-studio obs-studio
pavucontrol pavucontrol
spotify spotify
tdesktop telegram-desktop
thunderbird thunderbird
virt-manager virt-manager
xcolor xcolor

22
flake.lock generated
View file

@ -127,16 +127,16 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1758463745, "lastModified": 1764135300,
"narHash": "sha256-uhzsV0Q0I9j2y/rfweWeGif5AWe0MGrgZ/3TjpDYdGA=", "narHash": "sha256-5xOuutXM7UPTUcn3uDAD8UlPQsXmqPrX81cXoDOAGcA=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "3b955f5f0a942f9f60cdc9cacb7844335d0f21c3", "rev": "f4cb25928fafa9ae68660fe71f730fc820a59028",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nix-community", "owner": "nix-community",
"ref": "release-25.05", "ref": "master",
"repo": "home-manager", "repo": "home-manager",
"type": "github" "type": "github"
} }
@ -230,16 +230,16 @@
}, },
"nixpkgs_3": { "nixpkgs_3": {
"locked": { "locked": {
"lastModified": 1763622513, "lastModified": 1764152129,
"narHash": "sha256-1jQnuyu82FpiSxowrF/iFK6Toh9BYprfDqfs4BB+19M=", "narHash": "sha256-WTopqlXb9qvfRFusytROSh8TBsqdTYyTmMtmav2po7k=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "c58bc7f5459328e4afac201c5c4feb7c818d604b", "rev": "91341cd7352665ddaf2f234de2dcaa3be6573753",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "NixOS",
"ref": "nixos-25.05", "ref": "release-25.11",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }
@ -264,11 +264,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1755139244, "lastModified": 1764124769,
"narHash": "sha256-SN1BFA00m+siVAQiGLtTwjv9LV9TH5n8tQcSziV6Nv4=", "narHash": "sha256-vcoOEy3i8AGJi3Y2C48hrf6CuL2h8W1gLe1gNt72Kxg=",
"owner": "oxalica", "owner": "oxalica",
"repo": "rust-overlay", "repo": "rust-overlay",
"rev": "aeae248beb2a419e39d483dd9b7fec924aba8d4d", "rev": "5da8c00313b4434f00aed6b4c94cd3b207bafdc5",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -5,7 +5,7 @@
type = "github"; type = "github";
owner = "NixOS"; owner = "NixOS";
repo = "nixpkgs"; repo = "nixpkgs";
ref = "nixos-25.05"; ref = "release-25.11";
}; };
nixpkgs-unstable-small = { nixpkgs-unstable-small = {
@ -25,7 +25,7 @@
type = "github"; type = "github";
owner = "nix-community"; owner = "nix-community";
repo = "home-manager"; repo = "home-manager";
ref = "release-25.05"; ref = "master";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };

View file

@ -209,10 +209,10 @@ in {
logind = { logind = {
lidSwitch = "suspend"; lidSwitch = "suspend";
lidSwitchExternalPower = "ignore"; lidSwitchExternalPower = "ignore";
extraConfig = '' settings.Login = {
IdleAction=suspend IdleAction="suspend";
IdleActionSec=10min IdleActionSec="10min";
''; };
}; };
upower.enable = true; upower.enable = true;
}; };