Compare commits

..

No commits in common. "147af92a855ab5e5eadbad2e35e2aa3e208ddb06" and "818fd0a58189b9077915e99c266c59ded34641d3" have entirely different histories.

2 changed files with 1 additions and 3 deletions

View File

@ -9,7 +9,6 @@
targets.fzf.enable = lib.mkDefault false; targets.fzf.enable = lib.mkDefault false;
# the ring is styled light so it's light on light which looks worse than the default theme # the ring is styled light so it's light on light which looks worse than the default theme
targets.swaylock.enable = lib.mkDefault false; targets.swaylock.enable = lib.mkDefault false;
targets.waybar.enable = lib.mkDefault false;
} }
# only if styix is standalone # only if styix is standalone
(lib.mkIf (!(args ? osConfig && args.osConfig ? stylix)) { (lib.mkIf (!(args ? osConfig && args.osConfig ? stylix)) {

View File

@ -13,7 +13,7 @@ in
# ]; # ];
options.nixfiles.common.desktop = { options.nixfiles.common.desktop = {
enable = mkEnableOption "common desktop configuration"; enable = mkEnableOption "common desktop options";
}; };
config = mkIf cfg.enable { config = mkIf cfg.enable {
@ -50,7 +50,6 @@ in
fonts.packages = with pkgs; [ fonts.packages = with pkgs; [
(nerdfonts.override { fonts = [ "FiraCode" ]; }) (nerdfonts.override { fonts = [ "FiraCode" ]; })
font-awesome
noto-fonts-cjk noto-fonts-cjk
(google-fonts.override { fonts = [ "NovaSquare" ];}) (google-fonts.override { fonts = [ "NovaSquare" ];})
]; ];