fix home-manager config
This commit is contained in:
parent
816496fbab
commit
33a9599b23
2 changed files with 16 additions and 15 deletions
|
|
@ -11,7 +11,7 @@
|
|||
enableVPN = false;
|
||||
};
|
||||
|
||||
rio = {
|
||||
rio = {
|
||||
enable = true;
|
||||
settings = {
|
||||
theme = "catppuccin-mocha";
|
||||
|
|
@ -26,6 +26,7 @@ rio = {
|
|||
height = 633;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
password-store = {
|
||||
enable = true;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{ ... }:
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.obs-studio = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue