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": { "locked": {
"lastModified": 1719827385, "lastModified": 1720042825,
"narHash": "sha256-qs+nU20Sm8czHg3bhGCqiH+8e13BJyRrKONW34g3i50=", "narHash": "sha256-A0vrUB6x82/jvf17qPCpxaM+ulJnD8YZwH9Ci0BsAzE=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "391ca6e950c2525b4f853cbe29922452c14eda82", "rev": "e1391fb22e18a36f57e6999c7a9f966dc80ac073",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -23,11 +23,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1719956923, "lastModified": 1722372011,
"narHash": "sha256-nNJHJ9kfPdzYsCOlHOnbiiyKjZUW5sWbwx3cakg3/C4=", "narHash": "sha256-B2xRiC3NEJy/82ugtareBkRqEkPGpMyjaLxaR8LBxNs=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "706eef542dec88cc0ed25b9075d3037564b2d164", "rev": "cf05eeada35e122770c5c14add958790fcfcbef5",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -39,11 +39,11 @@
}, },
"nur": { "nur": {
"locked": { "locked": {
"lastModified": 1720035920, "lastModified": 1722597635,
"narHash": "sha256-htNiIHtfg/ss8oPLB/5ACY9s0yEWYVPg2qqPJAoq8lE=", "narHash": "sha256-ZEigaR68JrTWcrrcsRyfAJTvMz4qFIEw0ruHo6Iw0cs=",
"owner": "nix-community", "owner": "nix-community",
"repo": "nur", "repo": "nur",
"rev": "0c95cf8dfaf56dcd02edd2a22c209e16c9b7782e", "rev": "e7c0415da5a9c20fe57f7ccd70ff16fb26b66309",
"type": "github" "type": "github"
}, },
"original": { "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 # url=https://cdn.julephosting.de/podcasts/573-edeltalk-mit-dominik-kevin/feed.rss
# id3album=Edeltalk # id3album=Edeltalk
[musikisteinewaffe]
url= https://www.radioeins.de/archiv/podcast/ton_steine_scherben.xml/feed=podcast.xml
id3album=Musik ist eine Waffe
[*] [*]
id3contenttype=Podcast id3contenttype=Podcast
spool=/home/till/.local/share/podcasts spool=/home/till/.local/share/podcasts

View file

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

View file

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

View file

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

View file

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

View file

@ -67,6 +67,12 @@
programs.fish.enable = true; 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; [ environment.systemPackages = with pkgs; [
dig.dnsutils dig.dnsutils
file file