fixed EVEN MORE splling errors
This commit is contained in:
parent
160efb4101
commit
0fc9fcc9ba
5 changed files with 7 additions and 5 deletions
|
@ -20,7 +20,7 @@
|
|||
# vesktop.enable = true;
|
||||
btop.enable = true;
|
||||
mpv.enable = true;
|
||||
neovim.enable = true;
|
||||
#neovim.enable = true;
|
||||
git = {
|
||||
enable = true;
|
||||
userName = "vali";
|
||||
|
@ -50,7 +50,7 @@
|
|||
name = "Catppuccin-Mocha-Standard-Green-Dark";
|
||||
variant = "mocha";
|
||||
accentColour = "green";
|
||||
iconTtheme = {
|
||||
iconTheme = {
|
||||
name = "Papirus-Dark";
|
||||
package = pkgs.catppuccin-papirus-folders;
|
||||
};
|
||||
|
|
|
@ -6,6 +6,7 @@ in {
|
|||
home.packages = let
|
||||
|
||||
in with pkgs; [
|
||||
pfetch
|
||||
git
|
||||
keepassxc
|
||||
eza ripgrep
|
||||
|
@ -52,6 +53,7 @@ in {
|
|||
httpie
|
||||
sherlock
|
||||
strawberry
|
||||
neovim
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue