665 current 2024-05-23 10:47:32 24.11.20240522.bc5dc89 6.9.1-zen1 *

This commit is contained in:
zackartz 2024-05-23 10:47:40 -04:00
parent e1f2feb051
commit 9d7ad7c973
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA
6 changed files with 34 additions and 31 deletions

View file

@ -45,7 +45,7 @@ in {
options = "--delete-older-than 30d";
};
catppuccin.flavour = "mocha";
catppuccin.flavor = "mocha";
programs.spicetify = {
enable = true;
theme = spicePkgs.themes.catppuccin;

View file

@ -0,0 +1,4 @@
return {
"christoomey/vim-tmux-navigator",
lazy = false,
}

View file

@ -20,8 +20,4 @@ return {
version = "^4", -- Recommended
ft = { "rust" },
},
{
"christoomey/vim-tmux-navigator",
lazy = false,
},
}