cleanup the mess

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-07-13 12:02:59 +03:00
parent 6554808614
commit 3937656ce1
6 changed files with 106 additions and 113 deletions

View File

@ -1,12 +1,17 @@
{
colors,
config,
getExe,
ifLaptop,
launcher,
lib,
osConfig,
pkgs,
launcher,
...
}: {
}: let
inherit (lib) mkIf getExe;
inherit (config.lib.stylix) colors;
inherit (osConfig.networking) hostName;
ifLaptop = mkIf (hostName != "dunamis");
in {
enable = true;
systemd = {
enable = true;