Clean up unnecessary arguments from files. Minor re-org
This commit is contained in:
parent
4f94626677
commit
f3b14a0357
26 changed files with 42 additions and 48 deletions
3
base.nix
3
base.nix
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, ... }:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
######################################## Packages ###############################################
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
@ -172,5 +172,4 @@
|
|||
efi.canTouchEfiVariables = true;
|
||||
timeout = pkgs.lib.mkDefault 0;
|
||||
};
|
||||
services.logind.lidSwitch = if config.boot.resumeDevice != "" then "hibernate" else "suspend";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue