Restructured nixos home-manager config
This commit is contained in:
6
home/modules/linux-only-utils.nix
Normal file
6
home/modules/linux-only-utils.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ pkgs, ... }: {
|
||||
home.packages = with pkgs [
|
||||
ncdu
|
||||
nvtopPackages.full
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user