feat: fish shell
This commit is contained in:
parent
d5d93ceec3
commit
737ee75da0
|
@ -14,6 +14,9 @@
|
|||
|
||||
fonts.normal.family = "Source Code Pro";
|
||||
|
||||
# transparent bg:)
|
||||
background_opacity = 0.7;
|
||||
|
||||
colors = {
|
||||
cursor = {
|
||||
text = "#1460d2";
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -20,4 +20,6 @@
|
|||
tappingDragLock = false;
|
||||
};
|
||||
};
|
||||
|
||||
hardware.opengl.enable = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue