feat: enable stylix integration with home-manager
This commit is contained in:
parent
9fec340586
commit
bc64af1a17
5 changed files with 5 additions and 17 deletions
|
@ -15,12 +15,11 @@
|
|||
./fonts.nix
|
||||
./services/laptop.preset.nix
|
||||
./hardware-configuration.nix
|
||||
#./ags.nix
|
||||
./xdg.nix
|
||||
];
|
||||
environment.variables = {
|
||||
GDK_SCALE = config.displayScale;
|
||||
FLAKE = config.myConfigLocation;
|
||||
GTK_IM_MODULE = lib.mkForce "";
|
||||
};
|
||||
security.pam.services.hyprlock = {};
|
||||
i18n.inputMethod = {
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
{pkgs, ...}: {
|
||||
stylix = {
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/gruvbox-dark-medium.yaml";
|
||||
stylix.image = ../home-manager/stvnliu/assets/gruvbox-wallpaper.png;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue