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 ];