why cant git pull just pull
This commit is contained in:
parent
8f7da696e5
commit
397d3b06f1
6 changed files with 26 additions and 39 deletions
|
@ -13,6 +13,8 @@
|
|||
};*/
|
||||
ghostty.enable = true;
|
||||
ghostty.flavor = "mocha";
|
||||
nvim.enable = true;
|
||||
nvim.flavor = "mocha";
|
||||
};
|
||||
|
||||
programs.ghostty.enable = true;
|
||||
|
@ -21,6 +23,20 @@
|
|||
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;
|
||||
|
@ -71,7 +87,7 @@ window#waybar {
|
|||
margin: 0px;
|
||||
border: 0px;
|
||||
/*background-color:rgb(0, 0, 0);*/
|
||||
background-color: rgba(0, 0, 0, 0.9);
|
||||
background-color: rgba(0, 0, 0, 0.8);
|
||||
color: @text;
|
||||
}
|
||||
|
||||
|
@ -130,7 +146,7 @@ window#waybar {
|
|||
height = 34;
|
||||
output = [
|
||||
"HDMI-A-1"
|
||||
"DP-2"
|
||||
"DP-1"
|
||||
];
|
||||
modules-left = [ "sway/workspaces" ];
|
||||
modules-center = [ "sway/window" ];
|
||||
|
@ -145,4 +161,4 @@ window#waybar {
|
|||
};
|
||||
|
||||
home.stateVersion = "25.05";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue