mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
refactor: cleanup
This commit is contained in:
parent
3aa45471d8
commit
ec6fefe59c
9 changed files with 13 additions and 66 deletions
|
@ -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
|
||||
];
|
||||
|
||||
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, lib, ... }:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
systemd.user = {
|
||||
services.ianny = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue