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, ... }: {
imports = [
inputs.stylix.homeManagerModules.stylix
../../../../stylix/${theme}
./components
./assets/waybar/scripts.nix
];

View file

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

View file

@ -5,6 +5,10 @@
# User configs
./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/desktops/${desktop} # Machine-agnostic desktop configs