Skip to content

Commit

Permalink
feat(light-theme): switch aichat
Browse files Browse the repository at this point in the history
  • Loading branch information
workflow committed Oct 22, 2024
1 parent 02c0291 commit 287fa21
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions specialisations/light/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,26 @@
}: {
specialisation.light.configuration = {
environment.etc."specialisation".text = "light"; # this is for 'nh' to correctly recognise the specialisation

# System
stylix = {
base16Scheme = lib.mkForce "${pkgs.base16-schemes}/share/themes/catppuccin-latte.yaml";
polarity = lib.mkForce "light";
};

# Home Manager
home-manager.users.farlion = {
# GTK
gtk.gtk3.extraConfig.gtk-application-prefer-dark-theme = lib.mkForce false;

# QT
qt.enable = lib.mkForce false;

# Aichat Light Theme
home.sessionVariables = {
AICHAT_LIGHT_THEME = 1;
};

# i3
xsession.windowManager.i3.config.bars = lib.mkForce [
(
Expand Down

0 comments on commit 287fa21

Please sign in to comment.