refactor: my.home -> my.hm for disambiguilty (e.g. my.home.home)
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
}:
|
||||
{
|
||||
config = lib.mkIf config.my.desktop.wm.niri.enable {
|
||||
my.home.programs.niri.settings = {
|
||||
my.hm.programs.niri.settings = {
|
||||
input = {
|
||||
focus-follows-mouse = {
|
||||
enable = true;
|
||||
@@ -132,7 +132,7 @@
|
||||
];
|
||||
|
||||
binds =
|
||||
with config.my.home.lib.niri.actions;
|
||||
with config.my.hm.lib.niri.actions;
|
||||
{
|
||||
"Ctrl+Alt+T".action.spawn = [
|
||||
"kitty"
|
||||
|
||||
@@ -51,7 +51,7 @@ in
|
||||
wayland.enable = true;
|
||||
};
|
||||
};
|
||||
my.home = {
|
||||
my.hm = {
|
||||
home.packages = with pkgs; [
|
||||
xwayland-satellite-unstable
|
||||
|
||||
|
||||
Reference in New Issue
Block a user