Update fastfetch.nix
This commit is contained in:
parent
c9722921c4
commit
2f6468ca30
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
{
|
{
|
||||||
# Install fastfetch
|
# Install fastfetch, ghostty, and nerd fonts
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
fastfetch
|
fastfetch
|
||||||
];
|
];
|
||||||
|
|
@ -30,7 +30,7 @@
|
||||||
"modules": [
|
"modules": [
|
||||||
{
|
{
|
||||||
"type": "command",
|
"type": "command",
|
||||||
"text": "$(hostname)@NixOS_Unstable - $(uname) $(uname -r) - $(gnome-shell --version | awk '{print $1, $3}')"
|
"text": "echo $(whoami)@$(hostname) $(uname -r)"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "colors",
|
"type": "colors",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue