Compare commits

..

1 Commits

Author SHA1 Message Date
Daniel Olsen
6f44347291 update to 24.11 2024-12-05 21:32:39 +01:00
3 changed files with 3 additions and 4 deletions

View File

@ -21,6 +21,6 @@
profiles.games.enable = true;
home.packages = [
pkgs.unstable.osu-lazer-bin
pkgs.unstable.osu-lazer
];
}

View File

@ -87,7 +87,7 @@ in
] ++ lib.optionals config.profiles.gui.enable [
mpv
sxiv
eog
gnome3.eog
dolphin
plasma5Packages.dolphin-plugins
@ -205,7 +205,7 @@ in
extensions = with pkgs.vscode-extensions; [
bbenoist.nix
rust-lang.rust-analyzer
matklad.rust-analyzer
vadimcn.vscode-lldb
] ++ lib.optionals config.nixpkgs.config.allowUnfree [
ms-vsliveshare.vsliveshare

View File

@ -199,7 +199,6 @@
virtualisation.docker.enable = true;
virtualisation.libvirtd.enable = true;
virtualisation.spiceUSBRedirection.enable = true;
# networking.nameservers = lib.mkForce [ "192.168.0.25" ];