soft installs
This commit is contained in:
@@ -6,6 +6,10 @@
|
||||
# Allow unfree packages
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"beekeeper-studio-5.3.4"
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
ddcutil
|
||||
nix-search-cli
|
||||
@@ -16,8 +20,10 @@
|
||||
neovim
|
||||
ripgrep
|
||||
gnumake
|
||||
freecad
|
||||
dconf-editor
|
||||
git
|
||||
beekeeper-studio # db client gui
|
||||
pstree
|
||||
jq
|
||||
nixd
|
||||
|
||||
Reference in New Issue
Block a user