mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 00:03:55 +01:00
meta(hyprland): Drop stylix-specific values
Makes it possible to use the hyprland config without stylix.
This commit is contained in:
parent
dfcdd78291
commit
fa98ead7ea
@ -1,7 +1,7 @@
|
||||
{ pkgs, config, lib, ... }:
|
||||
{ pkgs, ... }:
|
||||
|
||||
let
|
||||
opacity = lib.strings.floatToString config.stylix.opacity.terminal;
|
||||
opacity = 0.95;
|
||||
super = "SUPER";
|
||||
in
|
||||
{
|
||||
@ -18,7 +18,7 @@ in
|
||||
(pkgs.callPackage ../packages/hycov.nix { })
|
||||
];
|
||||
|
||||
settings = with config.lib.stylix.colors; {
|
||||
settings = {
|
||||
env = [
|
||||
"XCURSOR_SIZE,24"
|
||||
"BROWSER,librewolf"
|
||||
|
Loading…
Reference in New Issue
Block a user