remove mise; add picom

This commit is contained in:
Miguel Palhas
2025-07-15 07:46:58 +01:00
parent 4ea74bd1ab
commit 9ff2c240a9
2 changed files with 6 additions and 6 deletions
+6
View File
@@ -47,4 +47,10 @@
programs.i3status-rust = { programs.i3status-rust = {
enable = true; enable = true;
}; };
services.picom = {
enable = true;
backend = "glx";
vSync = true;
};
} }
-6
View File
@@ -19,8 +19,6 @@
g = "git"; g = "git";
n = "nvim"; n = "nvim";
vim = "nvim"; vim = "nvim";
mm = "mise";
mr = "mise run";
ls = "eza"; ls = "eza";
cat = "bat"; cat = "bat";
ps = "procs"; ps = "procs";
@@ -61,9 +59,6 @@
]; ];
initContent = '' initContent = ''
# mise
eval "$(mise activate zsh)"
# asdf-vm # asdf-vm
. "$HOME/.nix-profile/share/asdf-vm/asdf.sh" . "$HOME/.nix-profile/share/asdf-vm/asdf.sh"
@@ -118,7 +113,6 @@
home.packages = with pkgs; [ home.packages = with pkgs; [
btop btop
inxi inxi
mise
ripgrep ripgrep
pass pass
bat bat