rearrange stylix
This commit is contained in:
parent
55696e7580
commit
f7baa04c2b
13 changed files with 5 additions and 49 deletions
|
@ -1,7 +1,7 @@
|
|||
{ pkgs, inputs, theme, ... }: {
|
||||
imports = [
|
||||
inputs.stylix.homeManagerModules.stylix
|
||||
./themes/${theme}.nix
|
||||
../../../../../stylix/${theme}
|
||||
./components
|
||||
./assets/waybar/scripts.nix
|
||||
];
|
||||
|
@ -15,6 +15,7 @@
|
|||
gtk.enable = true;
|
||||
|
||||
stylix = {
|
||||
image = /etc/nixos/git/wallpapers/${theme}/wallpaper1.png;
|
||||
opacity = {
|
||||
desktop = 0.7;
|
||||
popups = 0.7;
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
{lib, inputs, pkgs, gpu, platform, theme, ...}: {
|
||||
# Themes https://github.com/tinted-theming/base16-schemes
|
||||
stylix = {
|
||||
image = /etc/nixos/git/wallpapers/${theme}/wallpaper1.png;
|
||||
polarity = "dark";
|
||||
# base16Scheme = "${pkgs.base16-schemes}/share/themes/everforest-dark-hard.yaml";
|
||||
base16Scheme = ../../../../../lib/themes/everforest-dark-hard.yaml;
|
||||
};
|
||||
}
|
|
@ -1,7 +0,0 @@
|
|||
{lib, inputs, pkgs, gpu, platform, theme, ...}: {
|
||||
# Themes https://github.com/tinted-theming/base16-schemes
|
||||
stylix = {
|
||||
image = /etc/nixos/git/wallpapers/${theme}/wallpaper1.png;
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/tokyo-night-terminal-light.yaml";
|
||||
};
|
||||
}
|
|
@ -1,8 +1,7 @@
|
|||
{lib, inputs, pkgs, gpu, platform, theme, ...}: {
|
||||
# Themes https://github.com/tinted-theming/base16-schemes
|
||||
stylix = {
|
||||
image = /etc/nixos/git/wallpapers/${theme}/wallpaper1.png;
|
||||
polarity = "dark";
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/atelier-cave.yaml";
|
||||
base16Scheme = ./everforest-dark-hard.yaml;
|
||||
};
|
||||
}
|
|
@ -1,7 +1,6 @@
|
|||
{lib, inputs, pkgs, gpu, platform, theme, ...}: {
|
||||
# Themes https://github.com/tinted-theming/base16-schemes
|
||||
stylix = {
|
||||
image = /etc/nixos/git/wallpapers/${theme}/wallpaper1.png;
|
||||
polarity = "dark";
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/gruvbox-dark-hard.yaml";
|
||||
};
|
|
@ -1,7 +1,6 @@
|
|||
{lib, inputs, pkgs, gpu, platform, theme, ...}: {
|
||||
# Themes https://github.com/tinted-theming/base16-schemes
|
||||
stylix = {
|
||||
image = /etc/nixos/git/wallpapers/${theme}/wallpaper1.png;
|
||||
polarity = "dark";
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/atelier-cave.yaml";
|
||||
};
|
|
@ -1,7 +1,6 @@
|
|||
{lib, inputs, pkgs, gpu, platform, theme, ...}: {
|
||||
# Themes https://github.com/tinted-theming/base16-schemes
|
||||
stylix = {
|
||||
image = /etc/nixos/git/wallpapers/${theme}/wallpaper1.png;
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/tokyo-night-terminal-light.yaml";
|
||||
};
|
||||
}
|
|
@ -1,7 +1,6 @@
|
|||
{lib, inputs, pkgs, gpu, platform, theme, ...}: {
|
||||
# Themes https://github.com/tinted-theming/base16-schemes
|
||||
stylix = {
|
||||
image = /etc/nixos/git/wallpapers/${theme}/wallpaper1.png;
|
||||
polarity = "dark";
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/tokyo-night-terminal-dark.yaml";
|
||||
};
|
|
@ -9,10 +9,11 @@
|
|||
|
||||
imports = [
|
||||
inputs.stylix.nixosModules.stylix
|
||||
./themes/${theme}.nix
|
||||
../../../../../stylix/${theme}
|
||||
];
|
||||
|
||||
stylix = {
|
||||
image = /etc/nixos/git/wallpapers/${theme}/wallpaper1.png;
|
||||
opacity = {
|
||||
desktop = 0.7;
|
||||
popups = 0.7;
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
{lib, inputs, pkgs, gpu, platform, theme, ...}: {
|
||||
# Themes https://github.com/tinted-theming/base16-schemes
|
||||
stylix = {
|
||||
image = /etc/nixos/git/wallpapers/${theme}/wallpaper1.png;
|
||||
polarity = "dark";
|
||||
# base16Scheme = "${pkgs.base16-schemes}/share/themes/everforest.yaml";
|
||||
base16Scheme = ../../../../../lib/themes/everforest-dark-hard.yaml;
|
||||
};
|
||||
}
|
|
@ -1,8 +0,0 @@
|
|||
{lib, inputs, pkgs, gpu, platform, theme, ...}: {
|
||||
# Themes https://github.com/tinted-theming/base16-schemes
|
||||
stylix = {
|
||||
image = /etc/nixos/git/wallpapers/${theme}/wallpaper1.png;
|
||||
polarity = "dark";
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/gruvbox-dark-hard.yaml";
|
||||
};
|
||||
}
|
|
@ -1,8 +0,0 @@
|
|||
{lib, inputs, pkgs, gpu, platform, theme, ...}: {
|
||||
# Themes https://github.com/tinted-theming/base16-schemes
|
||||
stylix = {
|
||||
image = /etc/nixos/git/wallpapers/${theme}/wallpaper1.png;
|
||||
polarity = "dark";
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/tokyo-night-terminal-dark.yaml";
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue