mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 03:13:38 +00:00
Use nixpkgs-fmt
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
{pkgs, ...}: {
|
||||
{ pkgs, ... }: {
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
environment = {variables = {LANG = "en_US.UTF-8";};};
|
||||
environment = { variables = { LANG = "en_US.UTF-8"; }; };
|
||||
|
||||
networking = {hostName = "zelus";};
|
||||
networking = { hostName = "zelus"; };
|
||||
|
||||
services.nix-daemon.enable = true;
|
||||
|
||||
|
Reference in New Issue
Block a user