hyprland workspaces
This commit is contained in:
parent
c0a973924a
commit
54211f0b72
4 changed files with 13 additions and 17 deletions
|
|
@ -8,6 +8,14 @@
|
|||
};
|
||||
|
||||
config = {
|
||||
programs.alacritty.enable = true;
|
||||
programs.alacritty = {
|
||||
enable = true;
|
||||
settings = {
|
||||
window = {
|
||||
opacity = lib.mkForce 0.8;
|
||||
dynamic_title = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue