set up ssh signing

This commit is contained in:
vali 2024-07-21 13:18:00 +02:00
commit 5220f24edf
19 changed files with 389 additions and 323 deletions

View file

@ -42,7 +42,6 @@ in {
home-manager.users.${username} = {
qt = {
enable = true;
platformTheme.name = "qt5ct";
# style = {
# inherit (cfg) name package;
# };

View file

@ -21,8 +21,9 @@ in {
colorScheme = "mocha";
enabledExtensions = with spicePkgs.extensions; [
shuffle
hidePodcasts
adblock
genre
playlistIcons
];
};
};

View file

@ -16,7 +16,7 @@ in {
settings.mainBar = {
gtk-layer-shell = true;
layer = "top";
modules-left = ["tray" "mpd" "hyprland/window"];
modules-left = ["custom/vpn" "tray" "mpd" "hyprland/window"];
modules-center = ["hyprland/workspaces"];
modules-right = [
"cpu"
@ -81,6 +81,11 @@ in {
icon-size = 12;
spacing = 5;
};
"custom/vpn" = {
interval = 10;
exec = ''if [[ $(systemctl is-active openvpn-air.service) == "active" ]]; then echo Vpn active; else echo Vpn inactive; fi'';
firmat = "{}";
};
# 󰃰
clock = {