feat: a lot of stuff
This commit is contained in:
parent
681689f6db
commit
9bafd5f618
9 changed files with 27 additions and 7 deletions
|
|
@ -2,6 +2,7 @@
|
|||
imports = [
|
||||
./audio.nix
|
||||
./dconf.nix
|
||||
./eza.nix
|
||||
./fzf.nix
|
||||
./gui
|
||||
./git.nix
|
||||
|
|
|
|||
7
users/gandalf/modules/eza.nix
Normal file
7
users/gandalf/modules/eza.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
programs.eza = {
|
||||
enable = true;
|
||||
enableBashIntegration = true;
|
||||
enableZshIntegration = true;
|
||||
};
|
||||
}
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue