fastfetch

This commit is contained in:
Ivan Dimitrov 2024-05-04 14:20:32 +03:00
parent 37573095b6
commit 72fcf9ad6f
2 changed files with 3 additions and 2 deletions

View File

@ -14,7 +14,7 @@
gpg = import ./gpg { inherit pkgs; };
kitty = import ./kitty { inherit pkgs; };
lf = import ./lf;
nushell = import ./nushell;
nushell = import ./nushell { inherit pkgs; };
obs-studio = import ./obs-studio { inherit pkgs; };
pueue = import ./pueue;
rofi = import ./rofi { inherit pkgs; };

View File

@ -1,4 +1,4 @@
{
{ pkgs, ... }: {
programs.nushell = {
enable = true;
environmentVariables = {
@ -26,6 +26,7 @@
torrent = "transmission-remote";
vi = "nvim";
sc = "systemctl";
neofetch = "${pkgs.fastfetch}/bin/fastfetch -c all.jsonc";
};
loginFile.text = ''
if (tty) == "/dev/tty1" {