mirror of
https://github.com/larstvei/nix-config.git
synced 2025-08-30 04:40:13 +00:00
8 lines
151 B
Nix
8 lines
151 B
Nix
{ pkgs, ... }:
|
|
{
|
|
fonts.packages = import ../../home/fonts { inherit pkgs; };
|
|
|
|
programs.fish.enable = true;
|
|
environment.shells = [ pkgs.fish ];
|
|
}
|