fix desktop

This commit is contained in:
2025-01-22 23:39:44 +02:00
parent 1b260f5b35
commit 5fa7c1230e

View File

@@ -127,7 +127,9 @@ in
virtualisation.docker.enable = true;
environment.systemPackages = with pkgs; [
environment.systemPackages =
with pkgs;
[
# packages defined here
nicer
tmuxbash
@@ -272,8 +274,8 @@ in
hyphen-lithuanian
;
})
(with llvmPackages_19; [
]
++ (with llvmPackages_19; [
lld
llvm
llvm-manpages
@@ -281,8 +283,7 @@ in
libclang
clang-manpages
clang-tools
])
];
]);
# https://discourse.nixos.org/t/nixos-rebuild-switch-upgrade-networkmanager-wait-online-service-failure/30746
systemd.services.NetworkManager-wait-online.enable = false;