Move autorandr configuration to its own module

This commit is contained in:
Oliver Davies 2023-12-12 20:29:00 +00:00
parent 4259ab0985
commit 9ec1f48792
3 changed files with 39 additions and 38 deletions

View file

@ -3,6 +3,7 @@
{
imports = [
./modules/alacritty.nix
./modules/autorandr.nix
./modules/i3.nix
];