Convert tmux config to Nix and personalize system configuration
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
|
||||
languagePackages = {
|
||||
rust = with pkgs; [ rustup cargo-deny cargo-edit ];
|
||||
python = with pkgs; [ python3 python3Packages.pip python3Packages.virtualenv ];
|
||||
python = with pkgs; [ python3 python3Packages.pip python3Packages.virtualenv uv ];
|
||||
nodejs = with pkgs; [ nodejs npm pnpm ];
|
||||
go = with pkgs; [ go golangci-lint ];
|
||||
ruby = with pkgs; [ ruby bundler ];
|
||||
@@ -35,16 +35,12 @@
|
||||
gcc
|
||||
clang
|
||||
cmake
|
||||
gdb
|
||||
ripgrep
|
||||
fd
|
||||
jq
|
||||
yq-go
|
||||
] ++ selectedPackages;
|
||||
|
||||
# Enable container support (optional)
|
||||
virtualisation.docker.enable = true;
|
||||
virtualisation.docker.enableOnBoot = false;
|
||||
|
||||
#virtualisation.docker.enable = true;
|
||||
#virtualisation.docker.enableOnBoot = false;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user