1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

stylix: autoenable for homemanager and make apply to tmux

This commit is contained in:
2025-07-25 08:59:31 +02:00
parent bfd7195543
commit 630ec3d052
3 changed files with 8 additions and 10 deletions

View File

@@ -82,5 +82,9 @@
};
};
home-manager.users.me = {
stylix.targets.firefox.profileNames = ["default"];
};
environment.variables.BROWSER = "firefox";
}