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 = {
enable = true;
defaultEditor = true;
settings = {
theme = "gruvbox";
theme = lib.mkForce "gruvbox";
keys.normal = {
space.space = "file_picker";
Z.Z = ":wq";

View file

@ -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";

View file

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