mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 14:40:19 +02:00
workstation client should have the default set of needed software
This commit is contained in:
parent
f1604be829
commit
fdee7b7cf3
6 changed files with 75 additions and 20 deletions
|
@ -1,8 +1,5 @@
|
|||
{ pkgs, lib, ... }:
|
||||
{
|
||||
# for java development on vscode
|
||||
programs.nix-ld.enable = true;
|
||||
|
||||
nixpkgs.config.allowUnfreePredicate =
|
||||
pkg:
|
||||
builtins.elem (lib.getName pkg) [
|
||||
|
@ -23,7 +20,6 @@
|
|||
obs-studio
|
||||
|
||||
gvfs
|
||||
|
||||
nil
|
||||
bitwarden
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue