Compare commits

..

2 commits

Author SHA1 Message Date
3e1f6ca5e5
hyprland: update config
All checks were successful
ci/woodpecker/cron/flake-lock-update Pipeline was successful
2024-06-22 03:22:06 -04:00
ee41069ab8
tsuki: enable stylix 2024-06-22 03:21:46 -04:00
2 changed files with 2 additions and 1 deletions

View file

@ -6,6 +6,7 @@
imports = [inputs.stylix.homeManagerModules.stylix]; imports = [inputs.stylix.homeManagerModules.stylix];
stylix = { stylix = {
enable = true;
autoEnable = false; autoEnable = false;
polarity = "dark"; polarity = "dark";
base16Scheme = "${pkgs.base16-schemes}/share/themes/tokyo-night-dark.yaml"; base16Scheme = "${pkgs.base16-schemes}/share/themes/tokyo-night-dark.yaml";

View file

@ -71,7 +71,7 @@
preserve_split = true; preserve_split = true;
}; };
master = { master = {
new_is_master = true; new_status = "master";
}; };
gestures = { gestures = {
workspace_swipe = false; workspace_swipe = false;