kitty: Reference fish pkg directly
This commit is contained in:
parent
6a6752a030
commit
7129534e2f
1 changed files with 3 additions and 1 deletions
|
@ -1,10 +1,12 @@
|
||||||
|
{ pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
programs.kitty = {
|
programs.kitty = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
# Shell
|
# Shell
|
||||||
shell = "/etc/profiles/per-user/daniel/bin/fish --interactive";
|
shell = "${pkgs.fish}/bin/fish --interactive";
|
||||||
shell_integration = "no-cursor";
|
shell_integration = "no-cursor";
|
||||||
|
|
||||||
# Theme/Layout
|
# Theme/Layout
|
||||||
|
|
Loading…
Reference in a new issue