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