Run nixfmt
This commit is contained in:
@@ -1,8 +1 @@
|
||||
{
|
||||
imports = [
|
||||
./podman.nix
|
||||
./fonts.nix
|
||||
./users.nix
|
||||
./services.nix
|
||||
];
|
||||
}
|
||||
{ imports = [ ./podman.nix ./fonts.nix ./users.nix ./services.nix ]; }
|
||||
|
@@ -1,5 +1,4 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
{ pkgs, ... }: {
|
||||
environment.systemPackages = with pkgs; [ twemoji-color-font ];
|
||||
fonts.packages = with pkgs; [
|
||||
fira-code
|
||||
|
@@ -1,4 +1,4 @@
|
||||
{ pkgs, ...}:
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
virtualisation = {
|
||||
|
@@ -1,4 +1,4 @@
|
||||
{ pkgs, ...}:
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.zsh.enable = true;
|
||||
|
Reference in New Issue
Block a user