mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
stylix
This commit is contained in:
parent
6d81f0be8c
commit
6a3ac09e09
1 changed files with 2 additions and 2 deletions
|
|
@ -66,10 +66,10 @@
|
|||
};
|
||||
|
||||
stylix.extraPackageModules = [
|
||||
{ config, pkgs, ... }: {
|
||||
({ config, pkgs, ... }: {
|
||||
programs.hyprland.settings.general.col.active_border = "rgb(${config.stylix.colors.base0C})"; # Blue
|
||||
programs.hyprland.settings.general.col.inactive_border = "rgb(${config.stylix.colors.base00})"; # Background
|
||||
}
|
||||
})
|
||||
];
|
||||
|
||||
programs.waybar = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue