anabled office for homeconfig
This commit is contained in:
parent
1063bbdb40
commit
07d1194d90
|
@ -7,6 +7,7 @@
|
|||
./i3-gaps.nix
|
||||
./extrafonts.nix
|
||||
./media.nix
|
||||
./office.nix
|
||||
./polybar.nix
|
||||
./qt.nix
|
||||
./rofi.nix
|
||||
|
|
|
@ -1,22 +0,0 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
with lib;
|
||||
|
||||
let cfg = config.features.desktop.extrafonts;
|
||||
|
||||
in {
|
||||
|
||||
options.features.desktop.extrafonts.enable = mkEnableOption "install additional fonts for desktop apps";
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
home.packages = with pkgs; [
|
||||
emacs-all-the-icons-fonts
|
||||
fira-code
|
||||
fira-code-symbols
|
||||
font-manager
|
||||
font-awesome
|
||||
font-awesome_4
|
||||
noto-fonts
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue