aboutsummaryrefslogtreecommitdiffstats
path: root/hm
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hm/packages/default.nix2
-rw-r--r--hm/zsh/default.nix13
2 files changed, 14 insertions, 1 deletions
diff --git a/hm/packages/default.nix b/hm/packages/default.nix
index 9b5c4c1..1e9a79f 100644
--- a/hm/packages/default.nix
+++ b/hm/packages/default.nix
@@ -124,7 +124,7 @@ in {
#styx # static site generator in nix
cmatrix # hacker tool
- lutris-free # another wine manager
+ #lutris-free # another wine manager
wineWow64Packages.waylandFull # wine
# windowmanager
diff --git a/hm/zsh/default.nix b/hm/zsh/default.nix
index 899bce5..23f4dd0 100644
--- a/hm/zsh/default.nix
+++ b/hm/zsh/default.nix
@@ -28,6 +28,19 @@
WALLPAPER = "${self}/files/wallpaper.jpg";
};
+ plugins = [
+ {
+ name = "zsh-nix-shell";
+ file = "nix-shell.plugin.zsh";
+ src = pkgs.fetchFromGitHub {
+ owner = "chisui";
+ repo = "zsh-nix-shell";
+ rev = "v0.8.0";
+ sha256 = "1lzrn0n4fxfcgg65v0qhnj7wnybybqzs4adz7xsrkgmcsr0ii8b7";
+ };
+ }
+ ];
+
shellAliases = {
vim = "nvim";
ls = "lsd";