Compare commits

..

3 Commits

Author SHA1 Message Date
5943dbccbc soryu: enable usb redirection 2024-12-07 02:48:05 +01:00
c62872d94c osu bin 2024-12-07 02:47:35 +01:00
ddc6897d80 update to 24.11 2024-12-07 02:47:16 +01:00
3 changed files with 4 additions and 3 deletions

View File

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

View File

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

View File

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