This commit is contained in:
Sakooooo 2023-08-10 18:11:03 +03:00
parent d1895186bb
commit 6d9fec1297
Signed by: sako
GPG key ID: 3FD715D87D7725E0
3 changed files with 9 additions and 10 deletions

View file

@ -1,7 +1,7 @@
require("presence").setup({ require("presence").setup({
-- options -- options
auto_update = true, auto_update = true,
neovim_image_text = "mama mia", neovim_image_text = "IM DIFFERENT, LOOK AT ME",
main_image = "neovim", main_image = "neovim",
client_id = "793271441293967371", client_id = "793271441293967371",
log_level = nil, log_level = nil,

View file

@ -3,7 +3,6 @@ require'nvim-treesitter.configs'.setup{
-- TODO: figure this out -- TODO: figure this out
ensure_installed = { "c", ensure_installed = { "c",
"cpp", "cpp",
"c_sharp",
"lua", "lua",
"python", "python",
"nix" "nix"

View file

@ -28,7 +28,7 @@
}; };
apps = { apps = {
nemo.enable = true; nemo.enable = true;
pass.enable = false; pass.enable = true;
keepassxc.enable = true; keepassxc.enable = true;
nicotineplus.enable = true; nicotineplus.enable = true;
transmission.enable = true; transmission.enable = true;