pluto: create a specialisation for desktop usage
This commit is contained in:
parent
d81ffe3836
commit
3ad4101be4
2 changed files with 20 additions and 8 deletions
18
hosts/pluto/specialisation.nix
Normal file
18
hosts/pluto/specialisation.nix
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
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