Merge remote-tracking branch 'origin/nixos' into nixos

This commit is contained in:
Moritz Böhme 2023-05-14 15:32:50 +02:00
commit 420b5d5d10
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
40 changed files with 341 additions and 281 deletions

View file

@ -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;