autorandr: Split out

This commit is contained in:
Geoffrey Frogeye 2024-01-15 14:50:02 +01:00
parent e9a8d16ece
commit 26e70acb2f
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
4 changed files with 38 additions and 30 deletions

View file

@ -6,6 +6,7 @@ in
{
imports = [
./audio
./autorandr
./frobar
./i3.nix
./lock
@ -113,12 +114,6 @@ in
matching = "regex";
};
};
autorandr = {
enable = true;
hooks.postswitch = {
background = "${pkgs.feh}/bin/feh --no-fehbg --bg-fill ${config.stylix.image}";
};
};
mpv = {
enable = true;
config = {
@ -203,7 +198,6 @@ in
};
};
};
autorandr.enable = true;
};
home = {