added autorandr

This commit is contained in:
Rouven Seifert 2022-12-20 13:16:42 +01:00
parent 0c25a47367
commit d3cd7a9a9f
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
2 changed files with 47 additions and 6 deletions

View file

@ -4,6 +4,7 @@
imports =
[
./hardware-configuration.nix
./modules/autorandr
../../shared/vim.nix
../../shared/input.nix
];
@ -91,13 +92,7 @@
picom.enable = true;
};
# Automatically configure displays
services.autorandr.enable = true;
programs.steam.enable = true; # putting steam in here since home manager weirdly complains about it
programs.kdeconnect.enable = true; # same as above
services.udev.packages = [ pkgs.yubikey-personalization ];
virtualisation.libvirtd.enable = true;