Refactor: Remove unclean modules/packages directive
This commit is contained in:
parent
b65d437c7d
commit
9d90756538
5 changed files with 8 additions and 19 deletions
|
@ -1,6 +1,13 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.zsh.enable = true;
|
||||
|
||||
programs.nh = {
|
||||
enable = true;
|
||||
flake = "/nix/config";
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
fastfetch
|
||||
wget
|
||||
|
|
6
modules/system/virtualisation.nix
Normal file
6
modules/system/virtualisation.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
virtualisation.libvirtd.enable = true;
|
||||
programs.virt-manager.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue