diff --git a/cosmic.nix b/cosmic.nix index 06a9db8..fad0abd 100644 --- a/cosmic.nix +++ b/cosmic.nix @@ -12,11 +12,8 @@ }; users.users.jawz.packages = builtins.attrValues { inherit (pkgs) - # ffmpegthumbnailer # generate thumbnails adw-gtk3 # theme legacy applications papirus-icon-theme # icon theme - # libgda # for pano shell extension - # gradience # theme customizer, allows you to modify adw-gtk3 themes ; }; } diff --git a/modules/apps/gaming.nix b/modules/apps/gaming.nix index 192ae91..5417a47 100644 --- a/modules/apps/gaming.nix +++ b/modules/apps/gaming.nix @@ -31,7 +31,6 @@ heroic # install epic games protonup-qt # update proton-ge ns-usbloader # load games into my switch - # minecraft # minecraft official launcher # emulators rpcs3 # ps3 diff --git a/modules/apps/internet.nix b/modules/apps/internet.nix index 8f77b7e..cd6de7e 100644 --- a/modules/apps/internet.nix +++ b/modules/apps/internet.nix @@ -36,7 +36,6 @@ vencord # screen share with audio discord discord-ptb # :3 teamspeak5_client # ppl say they will use this...? - # hugo # website engine ; }; in diff --git a/modules/apps/misc.nix b/modules/apps/misc.nix index 0ad22f4..7e2f59a 100644 --- a/modules/apps/misc.nix +++ b/modules/apps/misc.nix @@ -9,9 +9,8 @@ config = lib.mkIf config.my.apps.misc.enable { users.users.jawz.packages = builtins.attrValues { inherit (pkgs) - # celeste # sync tool for any cloud provider - # czkawka # duplicate finder - # sequeler # friendly SQL client + celeste # sync tool for any cloud provider + czkawka # duplicate finder collector # stores things and throws them anywhere blanket # background noise metadata-cleaner # remove any metadata and geolocation from files diff --git a/modules/apps/multimedia.nix b/modules/apps/multimedia.nix index 7d16d40..257f229 100644 --- a/modules/apps/multimedia.nix +++ b/modules/apps/multimedia.nix @@ -18,9 +18,6 @@ mousai # poor man shazam shortwave # listen to world radio tagger # tag music files - # cozy # audiobooks player - # gnome-podcasts # podcast player - # hakuneko # manga & comic GUI downloader ; }; }; diff --git a/modules/apps/office.nix b/modules/apps/office.nix index 121e814..7344de0 100644 --- a/modules/apps/office.nix +++ b/modules/apps/office.nix @@ -15,9 +15,6 @@ newsflash # feed reader, syncs with nextcloud furtherance # I packaged this one tehee track time utility planify # let's pretend I will organize my tasks - # foliate # gtk eBook reader - # wike # gtk wikipedia wow! - # denaro # manage your finances ; }; }; diff --git a/modules/scripts/download.nix b/modules/scripts/download.nix index fc4deef..449a5cc 100644 --- a/modules/scripts/download.nix +++ b/modules/scripts/download.nix @@ -88,8 +88,6 @@ "download@manga" = lib.mkIf config.my.units.downloadManga.enable ( 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 { enable = true; description = "Downloads tuhmayto stuff";