host/thinkpad: split into modules

This commit is contained in:
Rouven Seifert 2023-11-24 09:57:15 +01:00
parent 70a6695ca1
commit aa2c1e702c
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
13 changed files with 153 additions and 160 deletions

View file

@ -8,6 +8,12 @@ in
home.packages = with pkgs; [
# essentials
htop-vim
lsof
killall
zip
unzip
man-pages
wpa_supplicant_gui
pcmanfm
xdg-utils # used for xdg-open
@ -15,6 +21,9 @@ in
appimage-run
seafile-client
# printing
cups
# graphics
evince # pdf viewer
gimp
@ -71,6 +80,7 @@ in
jq
xournalpp
libreoffice
mosh
# programming languages
cargo

View file

@ -11,6 +11,7 @@
username = config.accounts.email.accounts."gmail".address;
password_cmd = "${pkgs.coreutils}/bin/cat ${config.age.secrets.spotify.path}";
};
backend = "pulseaudio";
};
};
systemd.user.services.spotifyd.Unit.After = [ "agenix.service" ];