Format the entire project.
This commit is contained in:
parent
1dc50ae17d
commit
6f9db5e3a4
115 changed files with 3451 additions and 2901 deletions
|
@ -1,9 +1,12 @@
|
|||
# Programms I'm likely to want on every machine and/or may execute as root
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
config.machine.pkgsets.base.pkgs = with pkgs; [
|
||||
age sops
|
||||
age
|
||||
sops
|
||||
bat
|
||||
ccze
|
||||
cryptsetup
|
||||
|
@ -54,7 +57,8 @@
|
|||
whois
|
||||
wirelesstools
|
||||
wpa_supplicant
|
||||
zip unzipNLS
|
||||
zip
|
||||
unzipNLS
|
||||
zlib
|
||||
zsh
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue