idk
This commit is contained in:
parent
397d3b06f1
commit
c2db155794
4 changed files with 20 additions and 26 deletions
|
@ -13,8 +13,6 @@
|
|||
};*/
|
||||
ghostty.enable = true;
|
||||
ghostty.flavor = "mocha";
|
||||
nvim.enable = true;
|
||||
nvim.flavor = "mocha";
|
||||
};
|
||||
|
||||
programs.ghostty.enable = true;
|
||||
|
@ -23,20 +21,6 @@
|
|||
theme = "catppuccin-mocha";
|
||||
};
|
||||
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
viAlias = true;
|
||||
vimAlias = true;
|
||||
vimdiffAlias = true;
|
||||
plugins = with pkgs.vimPlugins; [
|
||||
nvim-lspconfig
|
||||
nvim-treesitter.withAllGrammars
|
||||
plenary-nvim
|
||||
mini-nvim
|
||||
];
|
||||
};
|
||||
|
||||
home.pointerCursor = {
|
||||
gtk.enable = true;
|
||||
package = pkgs.phinger-cursors;
|
||||
|
@ -87,7 +71,7 @@ window#waybar {
|
|||
margin: 0px;
|
||||
border: 0px;
|
||||
/*background-color:rgb(0, 0, 0);*/
|
||||
background-color: rgba(0, 0, 0, 0.8);
|
||||
background-color: rgba(0, 0, 0, 0.9);
|
||||
color: @text;
|
||||
}
|
||||
|
||||
|
@ -146,7 +130,7 @@ window#waybar {
|
|||
height = 34;
|
||||
output = [
|
||||
"HDMI-A-1"
|
||||
"DP-1"
|
||||
"DP-2"
|
||||
];
|
||||
modules-left = [ "sway/workspaces" ];
|
||||
modules-center = [ "sway/window" ];
|
||||
|
@ -161,4 +145,4 @@ window#waybar {
|
|||
};
|
||||
|
||||
home.stateVersion = "25.05";
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue