From 9ff2c240a945b555940bfa19f77ae01878373032 Mon Sep 17 00:00:00 2001 From: Miguel Palhas Date: Tue, 15 Jul 2025 07:46:58 +0100 Subject: [PATCH] remove mise; add picom --- home/common/programs/i3.nix | 6 ++++++ home/common/programs/zsh.nix | 6 ------ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/home/common/programs/i3.nix b/home/common/programs/i3.nix index 5d98e38..7fd1302 100644 --- a/home/common/programs/i3.nix +++ b/home/common/programs/i3.nix @@ -47,4 +47,10 @@ programs.i3status-rust = { enable = true; }; + + services.picom = { + enable = true; + backend = "glx"; + vSync = true; + }; } diff --git a/home/common/programs/zsh.nix b/home/common/programs/zsh.nix index 1ffac2b..72f0d2f 100644 --- a/home/common/programs/zsh.nix +++ b/home/common/programs/zsh.nix @@ -19,8 +19,6 @@ g = "git"; n = "nvim"; vim = "nvim"; - mm = "mise"; - mr = "mise run"; ls = "eza"; cat = "bat"; ps = "procs"; @@ -61,9 +59,6 @@ ]; initContent = '' - # mise - eval "$(mise activate zsh)" - # asdf-vm . "$HOME/.nix-profile/share/asdf-vm/asdf.sh" @@ -118,7 +113,6 @@ home.packages = with pkgs; [ btop inxi - mise ripgrep pass bat