soft installs
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user