mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-18 15:46:43 +02: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
|
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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user