diff --git a/hosts/shared/niri.nix b/hosts/shared/niri.nix index 6c4b263..8c3cb24 100644 --- a/hosts/shared/niri.nix +++ b/hosts/shared/niri.nix @@ -35,7 +35,11 @@ in { ]; }; + services = { + displayManager.sessionPackages = [cfg.package]; + gnome.gnome-keyring.enable = true; + }; + alqueva.support.wayland = true; - services.gnome.gnome-keyring.enable = true; }; } diff --git a/hosts/solterra/default.nix b/hosts/solterra/default.nix index ddf6f7d..a923094 100644 --- a/hosts/solterra/default.nix +++ b/hosts/solterra/default.nix @@ -11,6 +11,7 @@ ./apps.nix ./fonts.nix ./forgejo.nix + ./jellyfin.nix ]; config = { diff --git a/hosts/solterra/forgejo.nix b/hosts/solterra/forgejo.nix index cc6264d..ab7a7d3 100644 --- a/hosts/solterra/forgejo.nix +++ b/hosts/solterra/forgejo.nix @@ -48,4 +48,8 @@ in { }; }; }; + + systemd.user.tmpfiles.users.forgejo.rules = [ + "L+ %h/data/home/.ssh - - - - %h/.ssh" + ]; } diff --git a/hosts/solterra/jellyfin.nix b/hosts/solterra/jellyfin.nix new file mode 100644 index 0000000..7ba5873 --- /dev/null +++ b/hosts/solterra/jellyfin.nix @@ -0,0 +1,3 @@ +{ + services.jellyfin.enable = true; +} diff --git a/hosts/solterra/users/amadaluzia/configs/waybar/style.css b/hosts/solterra/users/amadaluzia/configs/waybar/style.css index ba40dd2..2a7b73f 100644 --- a/hosts/solterra/users/amadaluzia/configs/waybar/style.css +++ b/hosts/solterra/users/amadaluzia/configs/waybar/style.css @@ -64,8 +64,7 @@ menu { menuitem { background: @base01; margin: 2px; - padding: 5px 10px; - padding-right: 20px; + padding: 5px 30px; } menuitem label {