apps: mpris, nitrokey, tailscale
This commit is contained in:
parent
5ae9a6c336
commit
f7320e90ce
@ -44,10 +44,11 @@
|
|||||||
gnupatch
|
gnupatch
|
||||||
gnulib
|
gnulib
|
||||||
yubioath-flutter
|
yubioath-flutter
|
||||||
|
nitrokey-app
|
||||||
|
|
||||||
tailscale
|
tailscale
|
||||||
wireguard-tools
|
wireguard-tools
|
||||||
|
|
||||||
# Video/Audio
|
# Video/Audio
|
||||||
#feh # Image Viewer
|
#feh # Image Viewer
|
||||||
mpv # Media Player
|
mpv # Media Player
|
||||||
@ -163,6 +164,8 @@
|
|||||||
home-manager.enable = true;
|
home-manager.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.mpris-proxy.enable = true; # Headset Button proxy
|
||||||
|
|
||||||
gtk = { # Theming
|
gtk = { # Theming
|
||||||
enable = true;
|
enable = true;
|
||||||
theme = {
|
theme = {
|
||||||
|
@ -85,6 +85,7 @@
|
|||||||
userServices = true;
|
userServices = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
tailscale.enable = true;
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -33,9 +33,7 @@
|
|||||||
element-desktop
|
element-desktop
|
||||||
intel-gpu-tools
|
intel-gpu-tools
|
||||||
pulsemixer
|
pulsemixer
|
||||||
#yubioath-desktop
|
|
||||||
nitrokey-app
|
|
||||||
|
|
||||||
# Display
|
# Display
|
||||||
light # xorg.xbacklight not supported. Other option is just use xrandr.
|
light # xorg.xbacklight not supported. Other option is just use xrandr.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user