adding first steps to cnixlab and some small fixes
This commit is contained in:
@@ -38,6 +38,5 @@ in {
|
||||
];
|
||||
};
|
||||
};
|
||||
systemd.user.services.hypridle.Unit.After = lib.mkForce "graphical-session.target";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -41,7 +41,7 @@ in {
|
||||
];
|
||||
|
||||
wallpaper = [
|
||||
# cnix
|
||||
# cnixtop
|
||||
"DP-3,${config.theme.background.desktop}"
|
||||
"DP-4,${config.theme.background.desktop}"
|
||||
# cnixpad
|
||||
@@ -51,6 +51,5 @@ in {
|
||||
];
|
||||
};
|
||||
};
|
||||
systemd.user.services.hyprpaper.Unit.After = lib.mkForce "graphical-session.target";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
}: let
|
||||
inherit (lib) mkIf mkEnableOption mkForce elem;
|
||||
browser =
|
||||
if elem osConfig.networking.hostName ["cnix" "cnixpad"]
|
||||
if elem osConfig.networking.hostName ["cnixtop" "cnixpad"]
|
||||
then "zen.desktop"
|
||||
else "firefox.desktop";
|
||||
cfg = config.home.services.xdg;
|
||||
|
||||
Reference in New Issue
Block a user