hyprland monitor issue fix

This commit is contained in:
2025-01-12 13:13:36 -06:00
parent 058bea064d
commit 8234b1bce0
5 changed files with 15 additions and 6 deletions

View File

@@ -8,6 +8,11 @@
./impermanence
];
options.homeconfig.host = lib.options.mkOption {
type = lib.types.str;
default = null;
};
config = {
home.stateVersion = "23.11";