Separate stylix config from home configuration.
This commit is contained in:
@@ -16,6 +16,7 @@
|
|||||||
./programs/oh-my-posh.nix
|
./programs/oh-my-posh.nix
|
||||||
./programs/rbw.nix
|
./programs/rbw.nix
|
||||||
./programs/rofi.nix
|
./programs/rofi.nix
|
||||||
|
./programs/stylix.nix
|
||||||
./programs/yazi.nix
|
./programs/yazi.nix
|
||||||
./services/arrpc.nix
|
./services/arrpc.nix
|
||||||
./services/fluidsynth.nix
|
./services/fluidsynth.nix
|
||||||
@@ -204,23 +205,6 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
stylix = {
|
|
||||||
enable = true;
|
|
||||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/nord.yaml";
|
|
||||||
image = ../../wallpapers/nixos-wallpaper.png;
|
|
||||||
#image = ./qat02.png;
|
|
||||||
# Wipeout HD Theme
|
|
||||||
#image = ./wipeout.png;
|
|
||||||
# Wipeout HD Reverse Theme
|
|
||||||
#image = ./wipeoutreverse.png;
|
|
||||||
targets = {
|
|
||||||
# hyprpaper.enable = lib.mkForce false;
|
|
||||||
mako.enable = false;
|
|
||||||
qt.enable = false;
|
|
||||||
};
|
|
||||||
|
|
||||||
};
|
|
||||||
|
|
||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
# Allow home-manager to configure hyprland
|
# Allow home-manager to configure hyprland
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
16
nodes/hosts/common/home/jay/programs/stylix.nix
Normal file
16
nodes/hosts/common/home/jay/programs/stylix.nix
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
{ pkgs, inputs, ...}: {
|
||||||
|
stylix = {
|
||||||
|
enable = true;
|
||||||
|
base16Scheme = "${pkgs.base16-schemes}/share/themes/nord.yaml";
|
||||||
|
image = ./nixos-wallpaper.png;
|
||||||
|
# Wipeout HD Theme
|
||||||
|
#image = ./wipeout.png;
|
||||||
|
# Wipeout HD Reverse Theme
|
||||||
|
#image = ./wipeoutreverse.png;
|
||||||
|
targets = {
|
||||||
|
# hyprpaper.enable = lib.mkForce false;
|
||||||
|
mako.enable = false;
|
||||||
|
qt.enable = false;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user