Moved modules into a new Modules subdirectory. Started config of install.sh script. Moved home manager config out of flake.
This commit is contained in:
6
hosts/default/host-packages.nix
Normal file
6
hosts/default/host-packages.nix
Normal file
@ -0,0 +1,6 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
# Add host-specific packages here
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user