Update fastfetch.nix
This commit is contained in:
parent
c42a9a8f0d
commit
831b686609
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@
|
|||
environment.etc."fastfetch/custom-info.sh" = {
|
||||
text = ''
|
||||
#!/bin/sh
|
||||
echo "$(hostname)@NixOS_Unstable - $(uname) $(uname -r) - $(gnome-shell --version 2>/dev/null | awk '{print $1, $3}')"
|
||||
echo "$(hostname)@NixOS_Unstable - 🐧 $(uname) $(uname -r) - 🖥️ $(gnome-shell --version 2>/dev/null | awk '{print $1, $3}')"
|
||||
'';
|
||||
mode = "0755";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue