mirror of
https://github.com/softinio/nix-config.git
synced 2025-09-01 07:06:41 -07:00
flake related updates
This commit is contained in:
parent
219b7e3ec2
commit
074156d2d6
3 changed files with 15 additions and 16 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue