refactor: seperate desktop modules

This commit is contained in:
tux
2026-05-06 20:37:38 +05:30
parent 1dbca689b8
commit 9551e202fb
6 changed files with 61 additions and 45 deletions

View File

@@ -0,0 +1,11 @@
{
flake.modules.nixos.desktop =
{ pkgs, ... }:
{
fonts.packages = with pkgs.nerd-fonts; [
fira-code
jetbrains-mono
bigblue-terminal
];
};
}