cleanup after the last commit

This commit is contained in:
Danilo Reyes 2023-09-05 13:04:23 -06:00
parent 7a34d9d9b7
commit 12efec0281

View File

@ -53,7 +53,7 @@ let
(builtins.fetchTarball "https://github.com/nixos/nixpkgs/tarball/master") { (builtins.fetchTarball "https://github.com/nixos/nixpkgs/tarball/master") {
config = config.nixpkgs.config; config = config.nixpkgs.config;
}; };
home-manager = builtins.fetchTarball "https://github.com/nix-community/home-manager/archive/release-23.05.tar.gz"; home-manager = builtins.fetchTarball "https://github.com/nix-community/home-manager/archive/release-${version}.tar.gz";
nixGaming = import nixGaming = import
(builtins.fetchTarball "https://github.com/fufexan/nix-gaming/archive/master.tar.gz"); (builtins.fetchTarball "https://github.com/fufexan/nix-gaming/archive/master.tar.gz");
jawzManageLibrary = pkgs.writeScriptBin jawzManageLibrary = pkgs.writeScriptBin
@ -288,7 +288,7 @@ This is the section where the apps that help me be productive come, a lot of
this are not used as often as I wish… this are not used as often as I wish…
#+begin_src nix #+begin_src nix
unstable.libreoffice-fresh # office, but based libreoffice-fresh # office, but based
calibre # ugly af eBook library manager calibre # ugly af eBook library manager
foliate # gtk eBook reader foliate # gtk eBook reader
newsflash # feed reader, syncs with nextcloud newsflash # feed reader, syncs with nextcloud
@ -306,7 +306,6 @@ if just for a try and play a little.
blanket # background noise blanket # background noise
# czkawka # duplicate finder # czkawka # duplicate finder
pika-backup # backups pika-backup # backups
# tilix # used to be my favourite terminal, but it's so outdated, that each time I use it less and less…
gnome-obfuscate # censor private information gnome-obfuscate # censor private information
metadata-cleaner # remove any metadata and geolocation from files metadata-cleaner # remove any metadata and geolocation from files
gnome-recipes # migrate these to mealie and delete gnome-recipes # migrate these to mealie and delete
@ -449,7 +448,8 @@ qgnomeplatform
# Fonts # Fonts
(nerdfonts.override { (nerdfonts.override {
fonts = [ "Agave" "CascadiaCode" "SourceCodePro" "Ubuntu" "FiraCode" "Iosevka" ]; fonts = [ "Agave" "CascadiaCode" "SourceCodePro"
"Ubuntu" "FiraCode" "Iosevka" ];
}) })
symbola symbola
(papirus-icon-theme.override { (papirus-icon-theme.override {
@ -663,7 +663,6 @@ xdg = {
download = "${config.home.homeDirectory}/Downloads"; download = "${config.home.homeDirectory}/Downloads";
music = "${config.home.homeDirectory}/Music"; music = "${config.home.homeDirectory}/Music";
pictures = "${config.home.homeDirectory}/Pictures"; pictures = "${config.home.homeDirectory}/Pictures";
# publicShare = "${config.home.homeDirectory}/.local/hd/Public";
templates = "${config.home.homeDirectory}/.local/share/Templates"; templates = "${config.home.homeDirectory}/.local/share/Templates";
videos = "${config.home.homeDirectory}/Videos"; videos = "${config.home.homeDirectory}/Videos";
}; };
@ -809,7 +808,7 @@ snapraid = {
}; };
#+end_src #+end_src
* SYSTEM PROGRAMS * PROGRAMS
Some programs get enabled and installed through here, as well as the activation Some programs get enabled and installed through here, as well as the activation
of some services. of some services.