stylix works ig
This commit is contained in:
parent
5c94c822d3
commit
e9b6f6bd16
|
@ -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";
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
imports = [
|
||||
./qt
|
||||
./gtk
|
||||
# ./stylix
|
||||
./stylix
|
||||
./font
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue