refactor: cleanup

This commit is contained in:
Rouven Seifert 2023-12-29 19:47:57 +01:00
parent 3aa45471d8
commit ec6fefe59c
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
9 changed files with 13 additions and 66 deletions

View file

@ -5,7 +5,6 @@
# essentials
htop-vim
lsof
killall
zip
unzip
man-pages
@ -21,10 +20,6 @@
imv
remmina
# sound
pavucontrol
spotify
# bluetooth
blueman
@ -33,11 +28,7 @@
filezilla
dbeaver
# totp
numberstation
# messaging
discord
tdesktop
gajim
gomuks
@ -47,10 +38,9 @@
prismlauncher
superTuxKart
# yubikey and password stuff
# cryptography
yubikey-manager
yubikey-manager-qt
# yubioath-flutter # broken (again...)
python311Packages.pyhanko
# misc
neofetch # obligatory
@ -71,10 +61,6 @@
gnumake
go
# libs
libyubikey
libfido2
python311Packages.pyhanko
];

View file

@ -1,6 +1,6 @@
{ config, pkgs, ... }:
{
home.packages = [ pkgs.spotify-tui ];
home.packages = with pkgs;[ spotify spotify-tui ];
age.secrets.spotify = {
file = ../../../../secrets/rouven/spotify.age;
};

View file

@ -1,4 +1,4 @@
{ pkgs, lib, ... }:
{ pkgs, ... }:
{
systemd.user = {
services.ianny = {