os/shared/home/gui/default.nix

16 lines
No EOL
156 B
Nix

{ pkgs, ... }:
{
imports = [
./sway.nix
./term.nix
];
fonts.fontconfig.enable = true;
home.packages = with pkgs; [
fira-code
];
}