autorandr: Split out
This commit is contained in:
parent
e9a8d16ece
commit
26e70acb2f
4 changed files with 38 additions and 30 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue