changes
This commit is contained in:
parent
28bffa0b68
commit
95f11b1bc7
3 changed files with 14 additions and 5 deletions
|
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
pkgs,
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
|
|
@ -26,6 +25,13 @@ in
|
|||
}
|
||||
];
|
||||
|
||||
# environment.systemPackages = with pkgs; [
|
||||
# # note for wine support (should be done by 26.05 release):
|
||||
# # https://github.com/NixOS/nixpkgs/issues/412458
|
||||
# muvm
|
||||
# fex
|
||||
# ];
|
||||
|
||||
services.logind.settings.Login = {
|
||||
HandleSuspendKey = "ignore";
|
||||
HandlePowerKey = "lock";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue