fix desktop
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user