chores: configs cleanup

This commit is contained in:
Kulvir Singh
2025-01-11 20:54:23 +05:30
parent d54160c4db
commit 424dadd45f
6 changed files with 18 additions and 50 deletions

View File

@@ -33,7 +33,6 @@
FXPreferredViewStyle = "Nlsv";
NewWindowTarget = "Other";
NewWindowTargetPath = "file:///Users/lilj/Downloads";
QuitMenuItem = true;
ShowPathbar = true;
ShowStatusBar = true;
ShowRemovableMediaOnDesktop = false;

View File

@@ -8,6 +8,7 @@
imports = [
# ../../modules/alacritty.nix
../../modules/git.nix
../../modules/fastfetch.nix
../../modules/kitty.nix
../../modules/nvim.nix
../../modules/shell.nix

View File

@@ -18,7 +18,7 @@
pkgs.nerd-fonts.jetbrains-mono
# Alternate Fonts
# pkgs.nerd-fonts.caskaydia-mono
pkgs.nerd-fonts.iosevka
# pkgs.nerd-fonts.iosevka
];
homebrew = {
@@ -30,7 +30,6 @@
caskArgs = {
appdir = "/Applications";
# require_sha = true;
};
# darwin support for packages sucks

View File

@@ -19,12 +19,11 @@
nix.gc = {
user = "root";
automatic = lib.mkDefault true;
options = lib.mkDefault "--delete-older-than 4d";
options = lib.mkDefault "--delete-older-than 5d";
};
# Disable auto-optimise-store because of this issue:
# https://github.com/NixOS/nix/issues/7273
# nix.settings = {
# auto-optimise-store = false;
# };
nix.settings = {
auto-optimise-store = false;
};
}

View File

@@ -38,11 +38,6 @@
key = "WM ";
keyColor = "green";
}
{
type = "wmtheme";
key = " 󰉼 ";
keyColor = "green";
}
{
type = "icons";
key = " 󰀻 ";
@@ -55,12 +50,7 @@
}
{
type = "terminal";
key = " ";
keyColor = "green";
}
{
type = "terminalfont";
key = " ";
key = " ";
keyColor = "green";
}
"break"
@@ -76,17 +66,6 @@
key = " ";
keyColor = "yellow";
}
{
type = "gpu";
format = "{1} {2} @ {12} GHz";
key = " 󰢮 ";
keyColor = "yellow";
}
{
type = "uptime";
key = " ";
keyColor = "yellow";
}
{
type = "memory";
key = " ";
@@ -102,6 +81,11 @@
key = " 󰋊 ";
keyColor = "yellow";
}
{
type = "uptime";
key = " ";
keyColor = "yellow";
}
{
type = "monitor";
key = " ";

View File

@@ -4,18 +4,19 @@
settings = {
add_newline = true;
continuation_prompt = " ";
format = ''$directory$all$character'';
format = "$directory$c$bun$golang$nodejs(bold blue)$git_branch$git_status[](bold yellow)[](bold purple)[](bold blue)\n$character";
# format = ''$directory$all$character'';
palette = "catppuccin_mocha";
scan_timeout = 120;
bun = {
format = "[🍞 bun $version ](bold green)";
format = "[🍞 $version ](bold green)";
version_format = "\${major}.\${minor}";
};
c = {
detect_extensions = ["c" "cpp"];
format = "[$symbol $name-$version ]($style)";
format = "[$symbol $version ]($style)";
symbol = "";
version_format = "\${major}.\${minor}";
};
@@ -38,22 +39,12 @@
};
git_branch = {
format = "[ $symbol$branch ]($style)";
format = "[$symbol$branch ]($style)";
style = "bold purple";
symbol = " ";
always_show_remote = true;
};
# git_status = {
# format = "([$all_status$ahead_behind]($style))";
# up_to_date = "✓";
# ahead = "⇡\${count}";
# diverged = "⇕⇡\${ahead_count}⇣\${behind_count}";
# behind = "⇣\${count}";
# stashed = "📦 ";
# staged = "[++($count)](green)";
# };
golang = {
format = "[$symbol $version ](bold cyan)";
version_format = "\${major}.\${minor}";
@@ -62,7 +53,7 @@
hostname = {
ssh_only = true;
format = "[$ssh_symbol$hostname]($style)";
format = "[$ssh_symbol$hostname ]($style)";
style = "bold green";
ssh_symbol = "󰇧 ";
disabled = false;
@@ -74,11 +65,6 @@
version_format = "\${major}.\${minor}";
};
package = {
format = "[pkg $symbol$version]($style) ";
disabled = true;
};
palettes.catppuccin_mocha = {
rosewater = "#f5e0dc";
flamingo = "#f2cdcd";