Merge remote-tracking branch 'origin/nixos' into nixos
This commit is contained in:
commit
420b5d5d10
40 changed files with 341 additions and 281 deletions
|
|
@ -10,7 +10,13 @@
|
|||
./hardware-configuration.nix
|
||||
];
|
||||
|
||||
my.virtualisation.libvirtd.enable = true;
|
||||
my = {
|
||||
virtualisation.libvirtd.enable = true;
|
||||
profiles = {
|
||||
desktop.enable = true;
|
||||
personal.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
# BOOT
|
||||
boot = {
|
||||
|
|
@ -31,7 +37,7 @@
|
|||
xserver.libinput.enable = true;
|
||||
xserver.libinput.touchpad.disableWhileTyping = true;
|
||||
printing.enable = true;
|
||||
logind.lidSwitch = "suspend-and-hibernate";
|
||||
logind.lidSwitch = "hybrid-sleep";
|
||||
};
|
||||
hardware.bluetooth.enable = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue