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
|
./games.nix
|
||||||
./gnome
|
./gnome
|
||||||
./niri
|
./niri
|
||||||
|
./stylix.nix
|
||||||
./virt.nix
|
./virt.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
stylix.image = ../../wallpaper/wallpaper.png;
|
|
||||||
|
|
||||||
services.xserver.displayManager.gdm.enable = true;
|
services.xserver.displayManager.gdm.enable = true;
|
||||||
|
|
||||||
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||||
|
|
|
@ -15,7 +15,6 @@
|
||||||
./notes
|
./notes
|
||||||
./shell
|
./shell
|
||||||
./terminal
|
./terminal
|
||||||
./themes
|
|
||||||
./utils
|
./utils
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
../../../../wallpaper/wallpaper.png
|
|
|
@ -1,5 +1,6 @@
|
||||||
{ pkgs, ... }: {
|
{ pkgs, ... }: {
|
||||||
stylix = {
|
stylix = {
|
||||||
|
image = ../../wallpaper/wallpaper.png;
|
||||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/rose-pine.yaml";
|
base16Scheme = "${pkgs.base16-schemes}/share/themes/rose-pine.yaml";
|
||||||
fonts = {
|
fonts = {
|
||||||
serif = {
|
serif = {
|
Loading…
Add table
Add a link
Reference in a new issue