remove mise; add picom
This commit is contained in:
@@ -47,4 +47,10 @@
|
|||||||
programs.i3status-rust = {
|
programs.i3status-rust = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.picom = {
|
||||||
|
enable = true;
|
||||||
|
backend = "glx";
|
||||||
|
vSync = true;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user