feat: a lot of stuff

This commit is contained in:
Jacob Bachmann 2024-04-18 17:43:17 +02:00
parent 681689f6db
commit 9bafd5f618
Signed by: bchmnn
GPG key ID: 732A612DAD28067D
9 changed files with 27 additions and 7 deletions

View file

@ -2,6 +2,7 @@
imports = [
./audio.nix
./dconf.nix
./eza.nix
./fzf.nix
./gui
./git.nix

View file

@ -0,0 +1,7 @@
{
programs.eza = {
enable = true;
enableBashIntegration = true;
enableZshIntegration = true;
};
}

View file

@ -46,6 +46,7 @@
] ++ lib.optionals nixosConfig.bchmnn.games.enable [
openjdk17 # the open-source java development kit
prismlauncher # a free, open source launcher for minecraft
# retroarchFull # multi-platform emulator frontend for libretro cores
] ++ lib.optionals nixosConfig.bchmnn.ratbag.enable [
piper # gtk frontend for ratbagd mouse config daemon