This commit is contained in:
Hadi
2024-06-03 20:18:30 +02:00
parent 0f98d762a2
commit 98556f202e
8 changed files with 61 additions and 66 deletions

View File

@@ -89,7 +89,7 @@
#input,
#entry:selected {
border-radius: ${toString (config.theme.rounding - 10)}px;
border-radius: ${toString config.theme.rounding}px;
}
'';
};

View File

@@ -35,13 +35,10 @@ in {
zip
unzip
xdg_utils
tldr
wget
curl
ripgrep
neovide
wf-recorder
tree # temp
# Just cool
peaclock

View File

@@ -131,10 +131,7 @@ in {
blur = { enabled = false; };
};
master = {
new_is_master = true;
new_on_top = true;
};
master = { new_is_master = true; };
gestures = { workspace_swipe = true; };

View File

@@ -40,6 +40,7 @@
e = "exit";
cd = "z";
ls = "${pkgs.eza}/bin/eza --icons=always";
tree = "${pkgs.eza}/bin/eza --icons=always --tree";
sl = "ls";
open = "${pkgs.xdg_utils}/bin/xdg-open";
icat = "${pkgs.kitty}/bin/kitty +kitten icat";

View File

@@ -1 +1 @@
{ ... }: { imports = [ ./wip.nix ./wallpapers ./config/load_colors.nix ]; }
{ ... }: { imports = [ ./nixy.nix ./wallpapers ./config/load_colors.nix ]; }