stylix works ig

This commit is contained in:
joygnu 2024-09-02 19:17:56 +02:00
parent d839b1fb10
commit cc5381ed0e
3 changed files with 3 additions and 5 deletions

View file

@ -1,9 +1,9 @@
{pkgs, ...}: { {pkgs,lib, ...}: {
home-manager.users.joy.programs.helix = { home-manager.users.joy.programs.helix = {
enable = true; enable = true;
defaultEditor = true; defaultEditor = true;
settings = { settings = {
theme = "gruvbox"; theme = lib.mkForce "gruvbox";
keys.normal = { keys.normal = {
space.space = "file_picker"; space.space = "file_picker";
Z.Z = ":wq"; Z.Z = ":wq";

View file

@ -30,8 +30,6 @@
home-manager.users.joy.services.cliphist.enable = true; home-manager.users.joy.services.cliphist.enable = true;
home-manager.users.joy.wayland.windowManager.hyprland = { home-manager.users.joy.wayland.windowManager.hyprland = {
enable = true;
settings = { settings = {
"$mod" = "SUPER"; "$mod" = "SUPER";
"$sciPath" = "~/nix/modules/hypr/hyprland/scripts"; "$sciPath" = "~/nix/modules/hypr/hyprland/scripts";

View file

@ -2,7 +2,7 @@
imports = [ imports = [
./qt ./qt
./gtk ./gtk
# ./stylix ./stylix
./font ./font
]; ];
} }