mirror of
https://github.com/Moe1369/nix-fleet.git
synced 2026-04-24 15:59:06 +02:00
migrated
This commit is contained in:
8
modules/desktop/sys/fonts.nix
Normal file
8
modules/desktop/sys/fonts.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ ... }: {
|
||||
flake.nixosModules.desktop-sys-fonts = { pkgs-unstable, ... }: {
|
||||
environment.systemPackages = with pkgs-unstable; [
|
||||
ibm-plex
|
||||
adwaita-fonts
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user