1
Fork 0

feat: fish shell

This commit is contained in:
Matei Adriel 2020-04-12 15:09:13 +03:00
parent d5d93ceec3
commit 737ee75da0
3 changed files with 9 additions and 1 deletions

View file

@ -14,6 +14,9 @@
fonts.normal.family = "Source Code Pro";
# transparent bg:)
background_opacity = 0.7;
colors = {
cursor = {
text = "#1460d2";

View file

@ -1,4 +1,7 @@
{ ... }: {
imports = [ ./sessionVariables.nix ];
home-manager.users.adrielus.programs.zsh.enable = true;
home-manager.users.adrielus.programs = {
zsh.enable = true;
fish.enable = true;
};
}

View file

@ -20,4 +20,6 @@
tappingDragLock = false;
};
};
hardware.opengl.enable = true;
}