feat(nixosModules/desktop): add font-awesome
This commit is contained in:
parent
a318f13bd0
commit
a6259c7c99
2 changed files with 9 additions and 0 deletions
|
@ -24,8 +24,12 @@ in
|
|||
exec-once = [
|
||||
"uwsm app -- $LOCKSCREEN"
|
||||
"uwsm app -- $NOTIFICATION_DAEMON"
|
||||
];
|
||||
|
||||
exec = [
|
||||
"uwsm app -- $STATUS_BAR"
|
||||
];
|
||||
|
||||
xwayland.force_zero_scaling = true;
|
||||
}
|
||||
(import ./decoration.nix)
|
||||
|
|
|
@ -30,6 +30,11 @@
|
|||
};
|
||||
|
||||
config = lib.mkMerge [
|
||||
{
|
||||
fonts.packages = with pkgs; [
|
||||
font-awesome
|
||||
];
|
||||
}
|
||||
(lib.mkIf config.desktop.enableSteam {
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue