obliterate home-manager, rename some elements
This commit is contained in:
parent
5575604452
commit
56c1f4ba6a
48 changed files with 1277 additions and 1305 deletions
|
@ -7,7 +7,7 @@
|
|||
accelSpeed = 0.0;
|
||||
};
|
||||
|
||||
hm.quickServices = {
|
||||
quick.services = {
|
||||
ckb-next = "${lib.getExe pkgs.ckb-next} -c -b";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
# };
|
||||
# }
|
||||
_: { }
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
{ ... }:
|
||||
{
|
||||
system.stateVersion = "22.11";
|
||||
hm.home.stateVersion = "22.11";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue