This commit is contained in:
coast 2025-06-01 06:53:11 +03:30
parent a3373a7b22
commit f3d9c1d1e8

View file

@ -34,85 +34,6 @@ PS1='\[\e[38;2;254;128;25m\][\[\e[38;2;235;219;178m\]\u\[\e[38;2;200;200;200m\]@
--style="numbers,changes,grid"
--paging=auto
'';
#fastfetch
home.file.".config/fastfetch/config.jsonc".text = ''
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"display": {
"separator": " :: "
},
"logo": {
"type": "builtin",
"source": "uwuntu",
"width": 65,
"height": 35,
"padding": {
"top": 0,
"left": 0,
"right": 2
}
},
"modules": [
"break",
"break",
"os",
"kernel",
"uptime",
{
"type": "packages",
"manager": ["nix-user", "pacman"]
},
"shell",
"display",
"de",
{
"type": "cpu",
"format": "{name} ({cores-physical}C/{cores-logical}T) @ {freq-max}"
},
"gpu",
{
"type": "memory",
"key": "Memory",
"percent": {
"type": 3,
"green": 30,
"yellow": 70
}
},
{
"type": "swap",
"key": "Swap",
"percent": {
"type": 3,
"green": 30,
"yellow": 70
}
},
{
"type": "disk",
"key": "Disk",
"percent": {
"type": 3,
"green": 30,
"yellow": 70
}
},
{
"type": "battery",
"key": "Battery",
"percent": {
"type": 3,
"green": 70,
"yellow": 30
}
},
"editor",
"locale",
"break"
]
}
'';
#vim conf
home.file.".vimrc".text = ''
set number