Move fontconfig out of home-manager because it messes with plasma, add signal to defaults
This commit is contained in:
parent
6353d21498
commit
fd1ae6eb36
|
@ -39,4 +39,5 @@ in {
|
||||||
fish.enable = true;
|
fish.enable = true;
|
||||||
zsh.enable = true;
|
zsh.enable = true;
|
||||||
};
|
};
|
||||||
|
fonts.fontconfig.enable = true;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{...}: {
|
{pkgs, ...}: {
|
||||||
imports = [./env ./gui ./tui];
|
imports = [./env ./gui ./tui];
|
||||||
fonts.fontconfig.enable = true;
|
home.packages = with pkgs; [signal-desktop];
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
imports = [./default.nix ./git/personal.nix ./ssh/personal.nix];
|
imports = [./default.nix ./git/personal.nix ./ssh/personal.nix];
|
||||||
home.packages = with pkgs; [signal-desktop discord element-desktop];
|
home.packages = with pkgs; [discord element-desktop];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue