This commit is contained in:
Till 2024-08-02 14:48:48 +02:00
parent 0f5574b2b5
commit e9bd788175
7 changed files with 30 additions and 16 deletions

18
flake.lock generated
View file

@ -7,11 +7,11 @@
]
},
"locked": {
"lastModified": 1719827385,
"narHash": "sha256-qs+nU20Sm8czHg3bhGCqiH+8e13BJyRrKONW34g3i50=",
"lastModified": 1720042825,
"narHash": "sha256-A0vrUB6x82/jvf17qPCpxaM+ulJnD8YZwH9Ci0BsAzE=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "391ca6e950c2525b4f853cbe29922452c14eda82",
"rev": "e1391fb22e18a36f57e6999c7a9f966dc80ac073",
"type": "github"
},
"original": {
@ -23,11 +23,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1719956923,
"narHash": "sha256-nNJHJ9kfPdzYsCOlHOnbiiyKjZUW5sWbwx3cakg3/C4=",
"lastModified": 1722372011,
"narHash": "sha256-B2xRiC3NEJy/82ugtareBkRqEkPGpMyjaLxaR8LBxNs=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "706eef542dec88cc0ed25b9075d3037564b2d164",
"rev": "cf05eeada35e122770c5c14add958790fcfcbef5",
"type": "github"
},
"original": {
@ -39,11 +39,11 @@
},
"nur": {
"locked": {
"lastModified": 1720035920,
"narHash": "sha256-htNiIHtfg/ss8oPLB/5ACY9s0yEWYVPg2qqPJAoq8lE=",
"lastModified": 1722597635,
"narHash": "sha256-ZEigaR68JrTWcrrcsRyfAJTvMz4qFIEw0ruHo6Iw0cs=",
"owner": "nix-community",
"repo": "nur",
"rev": "0c95cf8dfaf56dcd02edd2a22c209e16c9b7782e",
"rev": "e7c0415da5a9c20fe57f7ccd70ff16fb26b66309",
"type": "github"
},
"original": {

View file

@ -27,6 +27,10 @@ url=https://www.eintracht-podcast.de/feed/mp3
# url=https://cdn.julephosting.de/podcasts/573-edeltalk-mit-dominik-kevin/feed.rss
# id3album=Edeltalk
[musikisteinewaffe]
url= https://www.radioeins.de/archiv/podcast/ton_steine_scherben.xml/feed=podcast.xml
id3album=Musik ist eine Waffe
[*]
id3contenttype=Podcast
spool=/home/till/.local/share/podcasts

View file

@ -29,8 +29,10 @@
imagemagick
ghostscript
scrcpy
pureref
# openshot-qt
# audacity
#wkhtmltopdf
# web
chromium
@ -41,6 +43,10 @@
bookworm
heroic
anki-bin
castget
freetube
qbittorrent
nicotine-plus
];

View file

@ -7,10 +7,11 @@ set mailcap_path = ~/.config/neomutt/mailcap
set my_download_folder = ~/tmp
# Caching
set header_cache = ~/.local/share/neomutt/cache/headers
set message_cachedir = ~/.local/share/neomutt/cache/bodies
# Caching and tmp
set header_cache = $XDG_CACHE_HOME/neomutt/headers
set message_cachedir = $XDG_CACHE_HOME/neomutt/bodies
set header_cache_backend = "lmdb"
set tmpdir = $XDG_CACHE_HOME/neomutt/tmp
# Basic options
unset wait_key

View file

@ -72,12 +72,8 @@
nyxt
# media
castget
freetube
qbittorrent
rhythmbox
vlc
yt-dlp
# development
bundler

View file

@ -13,6 +13,7 @@ let
enotez
enumitem
environ
footmisc
framed
gensymb
graphbox

View file

@ -67,6 +67,12 @@
programs.fish.enable = true;
environment.sessionVariables = {
XDG_CONFIG_HOME = "$HOME/.config";
XDG_CACHE_HOME = "$HOME/.cache";
XDG_DATA_HOME = "$HOME/.local/share";
};
environment.systemPackages = with pkgs; [
dig.dnsutils
file