obliterate home-manager, rename some elements

This commit is contained in:
atagen 2025-08-13 20:27:25 +10:00
parent 5575604452
commit 6d8e151af8
50 changed files with 1277 additions and 1401 deletions

View file

@ -1,11 +1,14 @@
{ scope, ... }:
scope "hm.programs.niri.settings.outputs" {
"DP-1" = {
transform.rotation = 90;
scale = 1;
};
"DP-2" = {
variable-refresh-rate = true;
scale = 1;
};
}
# TODO replace with hjem-rum config
#
# { scope, ... }:
# scope "hm.programs.niri.settings.outputs" {
# "DP-1" = {
# transform.rotation = 90;
# scale = 1;
# };
# "DP-2" = {
# variable-refresh-rate = true;
# scale = 1;
# };
# }
_: { }