meta(hyprland): Drop stylix-specific values

Makes it possible to use the hyprland config without stylix.
This commit is contained in:
Donovan Glover 2024-04-02 15:59:57 -04:00
parent dfcdd78291
commit fa98ead7ea
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -1,7 +1,7 @@
{ pkgs, config, lib, ... }: { pkgs, ... }:
let let
opacity = lib.strings.floatToString config.stylix.opacity.terminal; opacity = 0.95;
super = "SUPER"; super = "SUPER";
in in
{ {
@ -18,7 +18,7 @@ in
(pkgs.callPackage ../packages/hycov.nix { }) (pkgs.callPackage ../packages/hycov.nix { })
]; ];
settings = with config.lib.stylix.colors; { settings = {
env = [ env = [
"XCURSOR_SIZE,24" "XCURSOR_SIZE,24"
"BROWSER,librewolf" "BROWSER,librewolf"