Run nixfmt

This commit is contained in:
2024-02-27 22:20:00 +01:00
parent 4d82957b22
commit 5eb076d8d4
17 changed files with 126 additions and 162 deletions

View File

@@ -1,8 +1 @@
{
imports = [
./podman.nix
./fonts.nix
./users.nix
./services.nix
];
}
{ imports = [ ./podman.nix ./fonts.nix ./users.nix ./services.nix ]; }

View File

@@ -1,5 +1,4 @@
{ pkgs, ... }:
{
{ pkgs, ... }: {
environment.systemPackages = with pkgs; [ twemoji-color-font ];
fonts.packages = with pkgs; [
fira-code

View File

@@ -1,4 +1,4 @@
{ pkgs, ...}:
{ pkgs, ... }:
{
virtualisation = {

View File

@@ -1,4 +1,4 @@
{ pkgs, ...}:
{ pkgs, ... }:
{
programs.zsh.enable = true;