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, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
tmux
|
tmux
|
||||||
tmuxinator
|
tmuxinator
|
||||||
];
|
];
|
||||||
|
|
||||||
home-manager.sharedModules = [
|
home-manager.sharedModules = [
|
||||||
|
|
@ -17,8 +17,8 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
tmux
|
tmux
|
||||||
tmuxinator
|
tmuxinator
|
||||||
];
|
];
|
||||||
|
|
||||||
home-manager.sharedModules = [
|
home-manager.sharedModules = [
|
||||||
|
|
@ -37,6 +37,7 @@
|
||||||
font-family = "VictorMono Nerd Font";
|
font-family = "VictorMono Nerd Font";
|
||||||
font-style = "SemiBold";
|
font-style = "SemiBold";
|
||||||
background-opacity = 0.945;
|
background-opacity = 0.945;
|
||||||
|
window-decoration = "none";
|
||||||
window-padding-x = 0;
|
window-padding-x = 0;
|
||||||
window-padding-y = 0;
|
window-padding-y = 0;
|
||||||
window-padding-balance = true;
|
window-padding-balance = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue