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