From 18b8e2d9bfbde53005d113169e8a2fc22bc65da4 Mon Sep 17 00:00:00 2001 From: yaroslav Date: Sat, 6 Sep 2025 01:24:29 +0300 Subject: [PATCH] commit before update --- home/yaroslav/home.nix | 1 + home/yaroslav/home_gui.nix | 1 + home/yaroslav/kitty.nix | 3 +++ home/yaroslav/nvim.nix | 9 ++++++++- hosts/generic/persistence.nix | 1 + 5 files changed, 14 insertions(+), 1 deletion(-) diff --git a/home/yaroslav/home.nix b/home/yaroslav/home.nix index d89de69..ce3223b 100644 --- a/home/yaroslav/home.nix +++ b/home/yaroslav/home.nix @@ -52,6 +52,7 @@ in "unrar" "teamspeak3" "ida-free" + "zoom" ]; home.packages = with pkgs; [ mc diff --git a/home/yaroslav/home_gui.nix b/home/yaroslav/home_gui.nix index 9eeef4f..49ec582 100644 --- a/home/yaroslav/home_gui.nix +++ b/home/yaroslav/home_gui.nix @@ -32,5 +32,6 @@ wl-kbptr brave heroic + zoom-us ]; } diff --git a/home/yaroslav/kitty.nix b/home/yaroslav/kitty.nix index a5cf227..e174b58 100644 --- a/home/yaroslav/kitty.nix +++ b/home/yaroslav/kitty.nix @@ -10,6 +10,9 @@ font_size = 10; }; }; + home.sessionVariables = { + TERMINAL = "kitty"; + }; } diff --git a/home/yaroslav/nvim.nix b/home/yaroslav/nvim.nix index d4f44a6..422eecf 100644 --- a/home/yaroslav/nvim.nix +++ b/home/yaroslav/nvim.nix @@ -28,6 +28,8 @@ programs.neovim = { vimtex coq_nvim coq-artifacts + transparent-nvim + zenbones-nvim ]; extraLuaConfig = '' local function my_on_attach(bufnr) @@ -70,8 +72,13 @@ programs.neovim = { -- vim.fn["vsnip#anonymous"](args.body) -- end, -- }, --- }) + --}) + + set termguicolors = true + set background = dark + colorscheme zenbones ''; + }; } diff --git a/hosts/generic/persistence.nix b/hosts/generic/persistence.nix index 59054c0..9a7b22f 100644 --- a/hosts/generic/persistence.nix +++ b/hosts/generic/persistence.nix @@ -10,6 +10,7 @@ "/var/lib/systemd/timers" "/var/lib/fprint" "/var/lib/libvirt" + "/var/lib/waydroid" "/var/lib/teamspeak3-server" "/etc/NetworkManager" "/var/lib/sddm"