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