From f219288962a1d0278e0b04bfc4be0f4777177b8f Mon Sep 17 00:00:00 2001 From: caem Date: Thu, 30 May 2024 19:48:29 +0200 Subject: [PATCH] Add fastfetch configuration --- users/hu/packages/fastfetch.nix | 25 +++++++++++++++++++++++++ users/hu/user.nix | 1 + 2 files changed, 26 insertions(+) create mode 100644 users/hu/packages/fastfetch.nix diff --git a/users/hu/packages/fastfetch.nix b/users/hu/packages/fastfetch.nix new file mode 100644 index 0000000..1045a12 --- /dev/null +++ b/users/hu/packages/fastfetch.nix @@ -0,0 +1,25 @@ +{ ... }: + +{ + programs.fastfetch = { + enable = true; + settings = { + modules = [ + "title" + "separator" + "os" + "kernel" + "uptime" + "packages" + "cursor" + "terminal" + "cpu" + "gpu" + "memory" + "break" + "colors" + ]; + }; + }; +} + diff --git a/users/hu/user.nix b/users/hu/user.nix index 757994d..1d7ca61 100644 --- a/users/hu/user.nix +++ b/users/hu/user.nix @@ -36,6 +36,7 @@ ./packages/foot.nix ./packages/firefox.nix ./packages/rofi.nix + ./packages/fastfetch.nix ./packages/nvim/neovim.nix ./packages/ags/ags.nix ];