hyprland: fix missing config field
This commit is contained in:
parent
322ef6e2b3
commit
2bf22ef378
2 changed files with 14 additions and 2 deletions
|
@ -42,8 +42,8 @@ in {
|
|||
general {
|
||||
col.active_border = rgb(bd93f9)
|
||||
col.inactive_border = rgba(44475aaa)
|
||||
col.group_border = rgba(282a36dd)
|
||||
col.group_border_active = rgb(bd93f9)
|
||||
col.nogroup_border = rgba(282a36dd)
|
||||
col.nogroup_border_active = rgb(bd93f9)
|
||||
|
||||
border_size = 1
|
||||
gaps_in = 2
|
||||
|
|
12
packages/fonts/smc-manjari/default.nix
Normal file
12
packages/fonts/smc-manjari/default.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{ stdenvNoCC, python3, fetchFromGitLab, ...}: {
|
||||
pname = "dracula-gtk";
|
||||
version = "unstable-2023-10-14";
|
||||
src =fetchFromGitLab {
|
||||
group = "smc";
|
||||
owner = "fonts";
|
||||
repo = "manjari";
|
||||
rev = "b683d1be36657ba7bf0689ce94e71f1edb9fce86";
|
||||
hash = "sha256-YR6gCYhPTB6D7/HoCZMb0o91GFH1C+cLjAaiH3jt9Rc=";
|
||||
};
|
||||
|
||||
}
|
Loading…
Reference in a new issue