more dotfiles config

This commit is contained in:
chloe 2025-03-22 18:53:16 +01:00
parent 0771ad93ce
commit dcc640bd56
8 changed files with 160 additions and 63 deletions

View file

@ -1,5 +1,7 @@
{ pkgs, lib, ... }:
{
# for java development on vscode
programs.nix-ld.enable = true;
nixpkgs.config.allowUnfreePredicate =
pkg:
@ -30,5 +32,11 @@
signal-desktop
gajim
weechat
gvfs
xfce.thunar
eclipses.eclipse-java # school wants us to use it...
];
}