niri fully in home manager now
This commit is contained in:
parent
f2921c030b
commit
0758864078
7 changed files with 248 additions and 22 deletions
|
|
@ -6,7 +6,10 @@
|
|||
}:
|
||||
|
||||
{
|
||||
imports = [ inputs.stylix.homeModules.stylix ];
|
||||
imports = [
|
||||
inputs.stylix.homeModules.stylix
|
||||
inputs.zen-browser.homeModules.beta
|
||||
];
|
||||
|
||||
stylix = {
|
||||
enable = true;
|
||||
|
|
@ -58,4 +61,9 @@
|
|||
profileNames = [ "william" ];
|
||||
};
|
||||
};
|
||||
|
||||
programs.zen-browser = {
|
||||
enable = true;
|
||||
profiles.william = { };
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue