4
hosts/common/system/configs/lsof/default.nix
Normal file
4
hosts/common/system/configs/lsof/default.nix
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
{ pkgs, ... }:
|
||||||
|
{
|
||||||
|
environment.systemPackages = with pkgs; [ lsof ];
|
||||||
|
}
|
@@ -21,6 +21,7 @@
|
|||||||
../common/system/configs/git
|
../common/system/configs/git
|
||||||
../common/system/configs/gpg-agent
|
../common/system/configs/gpg-agent
|
||||||
../common/system/configs/impermanence
|
../common/system/configs/impermanence
|
||||||
|
../common/system/configs/lsof
|
||||||
../common/system/configs/ncdu
|
../common/system/configs/ncdu
|
||||||
../common/system/configs/neovim
|
../common/system/configs/neovim
|
||||||
../common/system/configs/networking
|
../common/system/configs/networking
|
||||||
|
Reference in New Issue
Block a user