Compare commits
2 Commits
818fd0a581
...
147af92a85
Author | SHA1 | Date | |
---|---|---|---|
147af92a85 | |||
426d72e0f6 |
@ -9,6 +9,7 @@
|
|||||||
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)) {
|
||||||
|
@ -13,7 +13,7 @@ in
|
|||||||
# ];
|
# ];
|
||||||
|
|
||||||
options.nixfiles.common.desktop = {
|
options.nixfiles.common.desktop = {
|
||||||
enable = mkEnableOption "common desktop options";
|
enable = mkEnableOption "common desktop configuration";
|
||||||
};
|
};
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
@ -50,6 +50,7 @@ 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" ];})
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user