Massive nixfmt reformatting
This commit is contained in:
parent
fe4492f004
commit
b29ddd5e65
109 changed files with 4323 additions and 2368 deletions
|
@ -1,4 +1,9 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
imports = [
|
||||
|
@ -7,8 +12,10 @@
|
|||
];
|
||||
# List packages installed in system profile. To search by name, run:
|
||||
# $ nix-env -qaP | grep wget
|
||||
environment.systemPackages =
|
||||
with pkgs; [ podman qemu ];
|
||||
environment.systemPackages = with pkgs; [
|
||||
podman
|
||||
qemu
|
||||
];
|
||||
|
||||
environment.shells = with pkgs; [ fish ];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue