Add stylxi to all

This commit is contained in:
iFargle 2024-02-14 13:36:45 +09:00
parent 0e109d040f
commit b564a0af0b
3 changed files with 11 additions and 10 deletions

View file

@ -1,7 +1,5 @@
{ pkgs, inputs, theme, lib, ... }: { { pkgs, inputs, theme, lib, ... }: {
imports = [ imports = [
inputs.stylix.homeManagerModules.stylix
../../../../stylix/${theme}
./components ./components
./assets/waybar/scripts.nix ./assets/waybar/scripts.nix
]; ];

View file

@ -1,12 +1,11 @@
{ config, pkgs, lib, ... }: { config, pkgs, lib, stylix, ... }:
let let
orangeColor = ""; orangeColor = "#f0810e";
yellowColor = ""; yellowColor = "#f9b931";
blueColor = ""; blueColor = "#446e86";
whiteColor = ""; whiteColor = "#f8f2e6";
blackColor = ""; blackColor = "#2f312e";
redColor = ""; redColor = "#fb4934";
in in
{ {
programs.starship.settings = { programs.starship.settings = {

View file

@ -5,6 +5,10 @@
# User configs # User configs
./users/${username} ./users/${username}
# Theming
inputs.stylix.homeManagerModules.stylix
../stylix/${theme}
] ]
++ lib.optional (builtins.isString desktop) ./common/software/gui # GUI packages ++ lib.optional (builtins.isString desktop) ./common/software/gui # GUI packages
++ lib.optional (builtins.isString desktop) ./common/desktops/${desktop} # Machine-agnostic desktop configs ++ lib.optional (builtins.isString desktop) ./common/desktops/${desktop} # Machine-agnostic desktop configs