Add stylxi to all
This commit is contained in:
parent
0e109d040f
commit
b564a0af0b
3 changed files with 11 additions and 10 deletions
|
@ -1,7 +1,5 @@
|
|||
{ pkgs, inputs, theme, lib, ... }: {
|
||||
imports = [
|
||||
inputs.stylix.homeManagerModules.stylix
|
||||
../../../../stylix/${theme}
|
||||
./components
|
||||
./assets/waybar/scripts.nix
|
||||
];
|
||||
|
|
|
@ -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 = {
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue