16 lines
No EOL
156 B
Nix
16 lines
No EOL
156 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
|
|
imports = [
|
|
./sway.nix
|
|
./term.nix
|
|
];
|
|
|
|
fonts.fontconfig.enable = true;
|
|
|
|
home.packages = with pkgs; [
|
|
fira-code
|
|
];
|
|
|
|
} |