Skip to content

Commit

Permalink
chore(programs): add fastfetch
Browse files Browse the repository at this point in the history
  • Loading branch information
raexera committed Nov 30, 2024
1 parent 9d6e03e commit 2f6568d
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@

<br>

<picture>
<img alt="Desktop Preview" align="right" width="400px" src="https://github.com/user-attachments/assets/3c7471e7-2ea0-4e31-bb73-2965781ad4f2"/>
</picture>

> [!NOTE]
>
> **System Information:**
Expand Down
1 change: 1 addition & 0 deletions home/raexera/programs/default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
imports = [
./fastfetch.nix
./firefox.nix
./gh.nix
./git.nix
Expand Down
34 changes: 34 additions & 0 deletions home/raexera/programs/fastfetch.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
programs.fastfetch = {
enable = true;
settings = {
modules = [
# Header
"title"
"separator"

# System Info
"os"
"host"
"kernel"
"packages"

# Desktop Environment
"de"
"wm"

# Shell/Terminal
"shell"
"terminal"

# Hardware
"display"
"cpu"
"gpu"
"memory"
"swap"
"disk"
];
};
};
}

0 comments on commit 2f6568d

Please sign in to comment.