diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-01-27 14:55:48 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-01-27 14:55:48 +0530 |
| commit | 98fe5ccc08477f57f9ad86164386353d3c0f5781 (patch) | |
| tree | aecbc0f43f90e67e48521d1b05145b9661c82f66 | |
| parent | 2aaa130b73582f26f8d562363e63cc0095366a6f (diff) | |
update
| -rw-r--r-- | configuration.nix | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/configuration.nix b/configuration.nix index 8e08ea9..32f7237 100644 --- a/configuration.nix +++ b/configuration.nix @@ -140,6 +140,10 @@ initExtra= '' export PS1="\[\e[38;5;243m\]\h \[\e[38;5;254m\]\w \[\033[0m\]> " + if [[ -n "$IN_NIX_SHELL" ]]; then + export PS1="\[\e[38;5;242m\](dev) $PS1" + fi + sessionizer() { DIR=$(fd . $HOME --type d -L -H | fzf) SESSION_NAME="$DIR_$(date +%M%S)" @@ -227,17 +231,16 @@ environment.systemPackages = with pkgs; [ waybar - tofi fuzzel dunst hyprpaper + waylock networkmanagerapplet greetd.tuigreet greetd.greetd polkit_gnome - waylock libnotify libappindicator |
