improve prompt a bit more
This commit is contained in:
parent
c6983b6f5a
commit
9d51d447f3
2 changed files with 18 additions and 7 deletions
|
@ -1,12 +1,10 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
||||
inherit (config) conf;
|
||||
inherit (config.conf) keys;
|
||||
inherit (lib.strings) concatMapStrings;
|
||||
in {
|
||||
programs.fish.enable = true;
|
||||
users.defaultUserShell = pkgs.fish;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue