feat(home): Enable autorandr
This commit is contained in:
parent
f5a10d5570
commit
3c481a5f9a
2 changed files with 13 additions and 1 deletions
|
|
@ -4,7 +4,6 @@
|
||||||
pkgs,
|
pkgs,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./cli.nix
|
./cli.nix
|
||||||
|
|
@ -14,6 +13,7 @@
|
||||||
./programs/jitsi-meet
|
./programs/jitsi-meet
|
||||||
./programs/simplex-chat
|
./programs/simplex-chat
|
||||||
./programs/zathura
|
./programs/zathura
|
||||||
|
./programs/autorandr
|
||||||
./services/polybar
|
./services/polybar
|
||||||
./services/dunst
|
./services/dunst
|
||||||
./services/udiskie
|
./services/udiskie
|
||||||
|
|
|
||||||
12
home/alex/programs/autorandr/default.nix
Normal file
12
home/alex/programs/autorandr/default.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
{
|
||||||
|
config,
|
||||||
|
lib,
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}:
|
||||||
|
|
||||||
|
{
|
||||||
|
config.programs.autorandr = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue