Added rtl-sdr configs and some utilities and applications.
This commit is contained in:
@@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user