stylix not in hm
This commit is contained in:
parent
a4c4fc6809
commit
510f7dea7f
4 changed files with 2 additions and 4 deletions
|
@ -11,11 +11,10 @@
|
|||
./games.nix
|
||||
./gnome
|
||||
./niri
|
||||
./stylix.nix
|
||||
./virt.nix
|
||||
];
|
||||
|
||||
stylix.image = ../../wallpaper/wallpaper.png;
|
||||
|
||||
services.xserver.displayManager.gdm.enable = true;
|
||||
|
||||
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||
|
|
|
@ -15,7 +15,6 @@
|
|||
./notes
|
||||
./shell
|
||||
./terminal
|
||||
./themes
|
||||
./utils
|
||||
];
|
||||
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
../../../../wallpaper/wallpaper.png
|
|
@ -1,5 +1,6 @@
|
|||
{ pkgs, ... }: {
|
||||
stylix = {
|
||||
image = ../../wallpaper/wallpaper.png;
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/rose-pine.yaml";
|
||||
fonts = {
|
||||
serif = {
|
Loading…
Add table
Reference in a new issue