From 33a9599b2355ae771dfa703952bf276bdea6f9bc Mon Sep 17 00:00:00 2001 From: William Date: Wed, 15 Oct 2025 14:48:58 -0300 Subject: [PATCH] fix home-manager config --- users/modules/desktop.nix | 29 +++++++++++++++-------------- users/modules/obs-studio.nix | 2 +- 2 files changed, 16 insertions(+), 15 deletions(-) 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 = {