improve prompt a bit more

This commit is contained in:
twoneis 2025-03-09 23:51:10 +01:00
parent c6983b6f5a
commit 9d51d447f3
2 changed files with 18 additions and 7 deletions

View file

@ -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;