mirror of
https://git.dodsorf.as/Dandellion/dotfiles.git
synced 2024-12-22 15:17:28 +01:00
Compare commits
3 Commits
6f44347291
...
5943dbccbc
Author | SHA1 | Date | |
---|---|---|---|
5943dbccbc | |||
c62872d94c | |||
ddc6897d80 |
@ -21,6 +21,6 @@
|
|||||||
profiles.games.enable = true;
|
profiles.games.enable = true;
|
||||||
|
|
||||||
home.packages = [
|
home.packages = [
|
||||||
pkgs.unstable.osu-lazer
|
pkgs.unstable.osu-lazer-bin
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
@ -87,7 +87,7 @@ in
|
|||||||
] ++ lib.optionals config.profiles.gui.enable [
|
] ++ lib.optionals config.profiles.gui.enable [
|
||||||
mpv
|
mpv
|
||||||
sxiv
|
sxiv
|
||||||
gnome3.eog
|
eog
|
||||||
|
|
||||||
dolphin
|
dolphin
|
||||||
plasma5Packages.dolphin-plugins
|
plasma5Packages.dolphin-plugins
|
||||||
@ -205,7 +205,7 @@ in
|
|||||||
extensions = with pkgs.vscode-extensions; [
|
extensions = with pkgs.vscode-extensions; [
|
||||||
bbenoist.nix
|
bbenoist.nix
|
||||||
|
|
||||||
matklad.rust-analyzer
|
rust-lang.rust-analyzer
|
||||||
vadimcn.vscode-lldb
|
vadimcn.vscode-lldb
|
||||||
] ++ lib.optionals config.nixpkgs.config.allowUnfree [
|
] ++ lib.optionals config.nixpkgs.config.allowUnfree [
|
||||||
ms-vsliveshare.vsliveshare
|
ms-vsliveshare.vsliveshare
|
||||||
|
@ -199,6 +199,7 @@
|
|||||||
|
|
||||||
virtualisation.docker.enable = true;
|
virtualisation.docker.enable = true;
|
||||||
virtualisation.libvirtd.enable = true;
|
virtualisation.libvirtd.enable = true;
|
||||||
|
virtualisation.spiceUSBRedirection.enable = true;
|
||||||
|
|
||||||
|
|
||||||
# networking.nameservers = lib.mkForce [ "192.168.0.25" ];
|
# networking.nameservers = lib.mkForce [ "192.168.0.25" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user