flake related updates

This commit is contained in:
Salar Rahmanian 2024-07-07 19:22:52 -07:00
parent 219b7e3ec2
commit 074156d2d6
3 changed files with 15 additions and 16 deletions

View file

@ -38,8 +38,7 @@
environment.systemPackages = with pkgs; [ home-manager ];
fonts = {
fontDir.enable = true;
fonts = with pkgs; [ fira-code ];
packages = with pkgs; [ fira-code ];
};
services.nix-daemon.enable = true;