nijika: remove specialisation
This commit is contained in:
parent
09f85eb42c
commit
85d99dae25
2 changed files with 0 additions and 19 deletions
|
|
@ -4,7 +4,6 @@
|
||||||
imports = [
|
imports = [
|
||||||
./disko.nix
|
./disko.nix
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
./specialisation.nix
|
|
||||||
];
|
];
|
||||||
|
|
||||||
networking.hostName = "nijika";
|
networking.hostName = "nijika";
|
||||||
|
|
|
||||||
|
|
@ -1,18 +0,0 @@
|
||||||
{ ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
specialisation.desktop = {
|
|
||||||
inheritParentConfig = true;
|
|
||||||
configuration = {
|
|
||||||
imports = [
|
|
||||||
../../modules/applications/default.nix
|
|
||||||
../../modules/browser/firefox.nix
|
|
||||||
../../modules/games/linux.nix
|
|
||||||
|
|
||||||
../../modules/desktop/default.nix
|
|
||||||
../../modules/desktop/de/hyprland.nix
|
|
||||||
../../modules/desktop/login/autologin.nix
|
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue