From cc5381ed0e0ee9539500737759a20abfe715dbe9 Mon Sep 17 00:00:00 2001 From: joygnu Date: Mon, 2 Sep 2024 19:17:56 +0200 Subject: [PATCH] stylix works ig --- modules/apps/helix/default.nix | 4 ++-- modules/hypr/hyprland/default.nix | 2 -- modules/hypr/style/default.nix | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/modules/apps/helix/default.nix b/modules/apps/helix/default.nix index b8887dd..f0cd3eb 100644 --- a/modules/apps/helix/default.nix +++ b/modules/apps/helix/default.nix @@ -1,9 +1,9 @@ -{pkgs, ...}: { +{pkgs,lib, ...}: { home-manager.users.joy.programs.helix = { enable = true; defaultEditor = true; settings = { - theme = "gruvbox"; + theme = lib.mkForce "gruvbox"; keys.normal = { space.space = "file_picker"; Z.Z = ":wq"; diff --git a/modules/hypr/hyprland/default.nix b/modules/hypr/hyprland/default.nix index d89dce2..8345d9b 100644 --- a/modules/hypr/hyprland/default.nix +++ b/modules/hypr/hyprland/default.nix @@ -30,8 +30,6 @@ home-manager.users.joy.services.cliphist.enable = true; home-manager.users.joy.wayland.windowManager.hyprland = { - enable = true; - settings = { "$mod" = "SUPER"; "$sciPath" = "~/nix/modules/hypr/hyprland/scripts"; diff --git a/modules/hypr/style/default.nix b/modules/hypr/style/default.nix index b83aee9..e639355 100644 --- a/modules/hypr/style/default.nix +++ b/modules/hypr/style/default.nix @@ -2,7 +2,7 @@ imports = [ ./qt ./gtk - # ./stylix + ./stylix ./font ]; }