mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-26 00:18:28 +02:00
added autorandr
This commit is contained in:
parent
0c25a47367
commit
d3cd7a9a9f
2 changed files with 47 additions and 6 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue