Files
dotfiles/nixos/extra.nix

26 lines
365 B
Nix

{
config,
pkgs,
makeEnable,
...
}:
makeEnable config "myModules.extra" false {
environment.systemPackages = with pkgs; [
android-studio
gradle
ffmpeg
asciidoctor
roomeqwizard
razergenie
signal-desktop
gource
gimp
kef
roborock-control
rofi-roborock
texlive.combined.scheme-full
tor
yt-dlp
];
}