fixes window decorations
This commit is contained in:
parent
feff7cdd40
commit
65a428b116
1 changed files with 5 additions and 4 deletions
|
|
@ -4,8 +4,8 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
tmux
|
||||
tmuxinator
|
||||
tmux
|
||||
tmuxinator
|
||||
];
|
||||
|
||||
home-manager.sharedModules = [
|
||||
|
|
@ -17,8 +17,8 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
tmux
|
||||
tmuxinator
|
||||
tmux
|
||||
tmuxinator
|
||||
];
|
||||
|
||||
home-manager.sharedModules = [
|
||||
|
|
@ -37,6 +37,7 @@
|
|||
font-family = "VictorMono Nerd Font";
|
||||
font-style = "SemiBold";
|
||||
background-opacity = 0.945;
|
||||
window-decoration = "none";
|
||||
window-padding-x = 0;
|
||||
window-padding-y = 0;
|
||||
window-padding-balance = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue