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") {
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
(builtins.fetchTarball "https://github.com/fufexan/nix-gaming/archive/master.tar.gz");
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…
#+begin_src nix
unstable.libreoffice-fresh # office, but based
libreoffice-fresh # office, but based
calibre # ugly af eBook library manager
foliate # gtk eBook reader
newsflash # feed reader, syncs with nextcloud
@ -306,7 +306,6 @@ if just for a try and play a little.
blanket # background noise
# czkawka # duplicate finder
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
metadata-cleaner # remove any metadata and geolocation from files
gnome-recipes # migrate these to mealie and delete
@ -449,7 +448,8 @@ qgnomeplatform
# Fonts
(nerdfonts.override {
fonts = [ "Agave" "CascadiaCode" "SourceCodePro" "Ubuntu" "FiraCode" "Iosevka" ];
fonts = [ "Agave" "CascadiaCode" "SourceCodePro"
"Ubuntu" "FiraCode" "Iosevka" ];
})
symbola
(papirus-icon-theme.override {
@ -663,7 +663,6 @@ xdg = {
download = "${config.home.homeDirectory}/Downloads";
music = "${config.home.homeDirectory}/Music";
pictures = "${config.home.homeDirectory}/Pictures";
# publicShare = "${config.home.homeDirectory}/.local/hd/Public";
templates = "${config.home.homeDirectory}/.local/share/Templates";
videos = "${config.home.homeDirectory}/Videos";
};
@ -809,7 +808,7 @@ snapraid = {
};
#+end_src
* SYSTEM PROGRAMS
* PROGRAMS
Some programs get enabled and installed through here, as well as the activation
of some services.