working zellij
This commit is contained in:
parent
5ec00a83b5
commit
449de3f702
11 changed files with 242 additions and 12 deletions
|
@ -14,7 +14,7 @@ in {
|
|||
config = mkIf cfg.enable {
|
||||
stylix = {
|
||||
enable = true;
|
||||
autoEnable = true;
|
||||
autoEnable = false;
|
||||
homeManagerIntegration = {
|
||||
followSystem = true;
|
||||
autoImport = true;
|
||||
|
@ -77,7 +77,7 @@ in {
|
|||
home-manager.users.${username} = {
|
||||
stylix.targets = {
|
||||
btop.enable = true;
|
||||
helix.enable = false;
|
||||
helix.enable = true;
|
||||
dunst.enable = true;
|
||||
firefox.enable = true;
|
||||
foot.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue