fix home-manager config

This commit is contained in:
William 2025-10-15 14:48:58 -03:00
parent 816496fbab
commit 33a9599b23
2 changed files with 16 additions and 15 deletions

View file

@ -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;
};