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 = {
|
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";
|
||||||
|
|
|
@ -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";
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
imports = [
|
imports = [
|
||||||
./qt
|
./qt
|
||||||
./gtk
|
./gtk
|
||||||
# ./stylix
|
./stylix
|
||||||
./font
|
./font
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue