This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
../../config/stylix.nix
|
||||
../../environments/hyprland.nix
|
||||
];
|
||||
networking.hostName = "emacs";
|
||||
environment.systemPackages = [ ];
|
||||
virtualisation.vmVariant.virtualisation = {
|
||||
memorySize = 4096;
|
||||
cores = 4;
|
||||
@@ -23,6 +25,11 @@
|
||||
emacs.enable = true;
|
||||
shell.tools.enable = true;
|
||||
services.network.enable = true;
|
||||
interfaces = lib.mkMerge [
|
||||
{
|
||||
emacs = "eth0";
|
||||
}
|
||||
];
|
||||
dev = {
|
||||
nix.enable = true;
|
||||
python.enable = true;
|
||||
@@ -37,12 +44,5 @@
|
||||
zig.enable = true;
|
||||
docker.enable = true;
|
||||
};
|
||||
interfaces = lib.mkMerge [
|
||||
{
|
||||
emacs = "eth0";
|
||||
}
|
||||
];
|
||||
};
|
||||
networking.hostName = "emacs";
|
||||
environment.systemPackages = [ ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user