Update
This commit is contained in:
@@ -89,7 +89,7 @@
|
||||
|
||||
#input,
|
||||
#entry:selected {
|
||||
border-radius: ${toString (config.theme.rounding - 10)}px;
|
||||
border-radius: ${toString config.theme.rounding}px;
|
||||
}
|
||||
'';
|
||||
};
|
||||
|
||||
@@ -35,13 +35,10 @@ in {
|
||||
zip
|
||||
unzip
|
||||
xdg_utils
|
||||
tldr
|
||||
wget
|
||||
curl
|
||||
ripgrep
|
||||
neovide
|
||||
wf-recorder
|
||||
tree # temp
|
||||
|
||||
# Just cool
|
||||
peaclock
|
||||
|
||||
@@ -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; };
|
||||
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -1 +1 @@
|
||||
{ ... }: { imports = [ ./wip.nix ./wallpapers ./config/load_colors.nix ]; }
|
||||
{ ... }: { imports = [ ./nixy.nix ./wallpapers ./config/load_colors.nix ]; }
|
||||
|
||||
Reference in New Issue
Block a user