bored
This commit is contained in:
parent
d1895186bb
commit
6d9fec1297
3 changed files with 9 additions and 10 deletions
|
@ -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,
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue