laptop specialisation

This commit is contained in:
2026-04-25 19:42:56 -05:00
parent 25cadc63ee
commit 05978001eb

View File

@@ -91,6 +91,14 @@
services.openssh.openFirewall = false; services.openssh.openFirewall = false;
specialisation = {
ethdhcp = {
configuration = with self.nixosModules; lib.mkMerge [
ethdhcp
];
};
};
fonts.packages = with pkgs; [ nerd-fonts.fira-code ]; fonts.packages = with pkgs; [ nerd-fonts.fira-code ];