soft installs

This commit is contained in:
2026-03-11 20:13:12 +03:00
parent 4f9c7fccde
commit 602ff1e9ea

View File

@@ -6,6 +6,10 @@
# Allow unfree packages # Allow unfree packages
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
nixpkgs.config.permittedInsecurePackages = [
"beekeeper-studio-5.3.4"
];
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
ddcutil ddcutil
nix-search-cli nix-search-cli
@@ -16,8 +20,10 @@
neovim neovim
ripgrep ripgrep
gnumake gnumake
freecad
dconf-editor dconf-editor
git git
beekeeper-studio # db client gui
pstree pstree
jq jq
nixd nixd