Added rtl-sdr configs and some utilities and applications.

This commit is contained in:
2026-02-14 11:37:09 -06:00
parent 0fcafe3cb7
commit f634779bf4
4 changed files with 219 additions and 4 deletions

View File

@@ -1,7 +1,26 @@
{self, inputs, ...}: {
{...}: {
flake.nixosModules.applications = { pkgs, ... }: {
environment.systemPackages = with pkgs; [
libreoffice-fresh
environment.systemPackages = with pkgs; [
anki
#Games
ckan
steam
steam-run
#Media
gimp
goodvibes
sdrpp
vlc
yt-dlp
#Office
libreoffice-fresh
hunspell
hunspellDicts.en_US
texstudio
texliveFull
];
};
}