This commit is contained in:
Hadi 2024-08-30 17:29:30 +02:00
parent 4a8f1be75f
commit 4afca71b91
3 changed files with 1 additions and 4 deletions

View File

@ -1,7 +1,7 @@
{ pkgs, config, inputs, ... }: { { pkgs, config, inputs, ... }: {
imports = [ imports = [
./hyprlock/macos.nix ./hyprlock.nix
./hypridle.nix ./hypridle.nix
./hyprpaper.nix ./hyprpaper.nix
./hyprcursor.nix ./hyprcursor.nix

View File

@ -9,9 +9,6 @@
statusbar-basename = true; statusbar-basename = true;
render-loading = false; render-loading = false;
scroll-step = 120; scroll-step = 120;
# highlight-color = ");
# highlight-active-color = mkForce (rgba "base0D");
}; };
}; };
} }