fix zsh & xrandr

This commit is contained in:
2024-03-03 17:40:39 +01:00
parent 398205fc33
commit 61e03c366b
3 changed files with 187 additions and 3 deletions

5
home/programs/xrandr.nix Normal file
View File

@@ -0,0 +1,5 @@
{ ... }:
{
programs.xrandr = { enable = true; };
}