specializations are annoying + trying to fix emacs

This commit is contained in:
2025-10-02 03:27:13 -06:00
parent acdc0fb0eb
commit 771b7b1a42
6 changed files with 23 additions and 30 deletions

View File

@@ -21,6 +21,7 @@ in
./hardware-configuration.nix
../../config/base.nix
../../config/stylix.nix
../../environments/hyprland.nix
];
my = import ./toggles.nix // {
nix.cores = 8;
@@ -47,16 +48,6 @@ in
};
};
};
specialisation = {
gnome.configuration = {
imports = [ ../../environments/gnome.nix ];
services.flatpak.enable = true;
};
hyprland.configuration = {
imports = [ ../../environments/hyprland.nix ];
services.flatpak.enable = true;
};
};
networking = {
hostName = "workstation";
firewall =