removed commented apps

This commit is contained in:
Danilo Reyes 2024-12-04 05:17:49 -06:00
parent b68a39b28b
commit f54d298af5
7 changed files with 2 additions and 16 deletions

View File

@ -12,11 +12,8 @@
}; };
users.users.jawz.packages = builtins.attrValues { users.users.jawz.packages = builtins.attrValues {
inherit (pkgs) inherit (pkgs)
# ffmpegthumbnailer # generate thumbnails
adw-gtk3 # theme legacy applications adw-gtk3 # theme legacy applications
papirus-icon-theme # icon theme papirus-icon-theme # icon theme
# libgda # for pano shell extension
# gradience # theme customizer, allows you to modify adw-gtk3 themes
; ;
}; };
} }

View File

@ -31,7 +31,6 @@
heroic # install epic games heroic # install epic games
protonup-qt # update proton-ge protonup-qt # update proton-ge
ns-usbloader # load games into my switch ns-usbloader # load games into my switch
# minecraft # minecraft official launcher
# emulators # emulators
rpcs3 # ps3 rpcs3 # ps3

View File

@ -36,7 +36,6 @@
vencord # screen share with audio discord vencord # screen share with audio discord
discord-ptb # :3 discord-ptb # :3
teamspeak5_client # ppl say they will use this...? teamspeak5_client # ppl say they will use this...?
# hugo # website engine
; ;
}; };
in in

View File

@ -9,9 +9,8 @@
config = lib.mkIf config.my.apps.misc.enable { config = lib.mkIf config.my.apps.misc.enable {
users.users.jawz.packages = builtins.attrValues { users.users.jawz.packages = builtins.attrValues {
inherit (pkgs) inherit (pkgs)
# celeste # sync tool for any cloud provider celeste # sync tool for any cloud provider
# czkawka # duplicate finder czkawka # duplicate finder
# sequeler # friendly SQL client
collector # stores things and throws them anywhere collector # stores things and throws them anywhere
blanket # background noise blanket # background noise
metadata-cleaner # remove any metadata and geolocation from files metadata-cleaner # remove any metadata and geolocation from files

View File

@ -18,9 +18,6 @@
mousai # poor man shazam mousai # poor man shazam
shortwave # listen to world radio shortwave # listen to world radio
tagger # tag music files tagger # tag music files
# cozy # audiobooks player
# gnome-podcasts # podcast player
# hakuneko # manga & comic GUI downloader
; ;
}; };
}; };

View File

@ -15,9 +15,6 @@
newsflash # feed reader, syncs with nextcloud newsflash # feed reader, syncs with nextcloud
furtherance # I packaged this one tehee track time utility furtherance # I packaged this one tehee track time utility
planify # let's pretend I will organize my tasks planify # let's pretend I will organize my tasks
# foliate # gtk eBook reader
# wike # gtk wikipedia wow!
# denaro # manage your finances
; ;
}; };
}; };

View File

@ -88,8 +88,6 @@
"download@manga" = lib.mkIf config.my.units.downloadManga.enable ( "download@manga" = lib.mkIf config.my.units.downloadManga.enable (
downloadTimer "*-*-* 03:08:00" 30 // { } downloadTimer "*-*-* 03:08:00" 30 // { }
); );
# "download@kemono" = downloadTimer
# "*-*-1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31 18:06:00" 60 // { };
tuhmayto = lib.mkIf config.my.units.download.enable { tuhmayto = lib.mkIf config.my.units.download.enable {
enable = true; enable = true;
description = "Downloads tuhmayto stuff"; description = "Downloads tuhmayto stuff";