Compare commits

...

2 Commits

Author SHA1 Message Date
tux
b4427dd7ac feat: add fastfetch 2025-05-24 23:51:51 +05:30
tux
6bb9277f11 feat: replaced nitch with fastfetch 2025-05-24 23:28:11 +05:30
5 changed files with 77 additions and 2 deletions

View File

@ -2,6 +2,7 @@
imports = [
../../modules/home/git
../../modules/home/starship
../../modules/home/fastfetch
];
programs = {

View File

@ -11,6 +11,7 @@
../../modules/home/shell
../../modules/home/git
../../modules/home/starship
../../modules/home/fastfetch
../../modules/home/nvim
../../modules/home/tmux
../../modules/home/helix

View File

@ -2,6 +2,7 @@
imports = [
../../modules/home/git
../../modules/home/starship
../../modules/home/fastfetch
];
programs = {

View File

@ -0,0 +1,73 @@
{...}: {
home.file.".config/fastfetch/config.jsonc".text = ''
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {
"type": "none",
},
"display": {
"separator": " ",
"key": {
"width": 18,
},
},
"modules": [
{
"key": " ",
"type": "custom",
},
{
"key": " \u001b[11D{#31} user",
"type": "title",
"format": "{1}",
},
{
"key": " \u001b[11D{#34} hname",
"type": "command",
"text": "hostname",
},
{
"key": " \u001b[11D{#34}󰻀 distro",
"type": "os",
},
{
"key": " \u001b[11D{#35}󰌢 kernel",
"type": "kernel",
},
{
"key": " \u001b[11D{#31} uptime",
"type": "uptime",
},
{
"key": " \u001b[11D{#32} shell",
"type": "shell",
},
{
"key": " \u001b[11D{#35}󰏖 pkgs",
"type": "packages",
},
{
"key": " \u001b[11D{#35} memory",
"type": "memory",
},
{
"key": " ",
"type": "custom",
},
{
"key": " \u001b[11D{#39} colors",
"type": "colors",
"symbol": "circle",
},
{
"key": " ",
"type": "custom",
},
],
}
'';
programs.fastfetch = {
enable = true;
};
}

View File

@ -9,7 +9,7 @@
syntaxHighlighting.enable = true;
autosuggestion.enable = true;
initContent = ''
nitch
fastfetch
export WINIT_X11_SCALE_FACTOR=1
bindkey "^A" vi-beginning-of-line
bindkey "^E" vi-end-of-line
@ -40,7 +40,6 @@
home.packages = with pkgs; [
service-wrapper
lsd
nitch
ranger
wget
portal