diff --git a/users/modules/desktop.nix b/users/modules/desktop.nix index d98edc9..1873cc7 100644 --- a/users/modules/desktop.nix +++ b/users/modules/desktop.nix @@ -11,23 +11,24 @@ enableVPN = false; }; -rio = { - enable = true; - settings = { - theme = "catppuccin-mocha"; - fonts = { - family = "FiraCode Nerd Font"; - size = 16.0; - emoji.family = "Noto Color Emoji"; - }; - confirm-before-quit = false; - window = { - width = 1121; - height = 633; + rio = { + enable = true; + settings = { + theme = "catppuccin-mocha"; + fonts = { + family = "FiraCode Nerd Font"; + size = 16.0; + emoji.family = "Noto Color Emoji"; + }; + confirm-before-quit = false; + window = { + width = 1121; + height = 633; + }; }; }; - password-store = { + password-store = { enable = true; package = pkgs.pass-wayland; }; diff --git a/users/modules/obs-studio.nix b/users/modules/obs-studio.nix index da268c5..67e3b8b 100644 --- a/users/modules/obs-studio.nix +++ b/users/modules/obs-studio.nix @@ -1,4 +1,4 @@ -{ ... }: +{ pkgs, ... }: { programs.obs-studio = {