fix home-manager config
This commit is contained in:
parent
816496fbab
commit
33a9599b23
2 changed files with 16 additions and 15 deletions
|
|
@ -11,23 +11,24 @@
|
||||||
enableVPN = false;
|
enableVPN = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
rio = {
|
rio = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
theme = "catppuccin-mocha";
|
theme = "catppuccin-mocha";
|
||||||
fonts = {
|
fonts = {
|
||||||
family = "FiraCode Nerd Font";
|
family = "FiraCode Nerd Font";
|
||||||
size = 16.0;
|
size = 16.0;
|
||||||
emoji.family = "Noto Color Emoji";
|
emoji.family = "Noto Color Emoji";
|
||||||
};
|
};
|
||||||
confirm-before-quit = false;
|
confirm-before-quit = false;
|
||||||
window = {
|
window = {
|
||||||
width = 1121;
|
width = 1121;
|
||||||
height = 633;
|
height = 633;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
password-store = {
|
password-store = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.pass-wayland;
|
package = pkgs.pass-wayland;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
{ ... }:
|
{ pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
programs.obs-studio = {
|
programs.obs-studio = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue