rearrange files
This commit is contained in:
parent
a2f250287d
commit
b96ef23c6c
8 changed files with 12 additions and 7 deletions
14
common/environment.nix
Normal file
14
common/environment.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
# CLI utilities I get frustrated if I'm missing
|
||||
environment.systemPackages = with pkgs; [
|
||||
git
|
||||
inetutils
|
||||
lshw
|
||||
parted
|
||||
wget
|
||||
];
|
||||
|
||||
environment.wordlist.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue