forked from nico/dots
nix: change names of hosts
This commit is contained in:
parent
c1719ac77b
commit
44696ee9e4
8 changed files with 44 additions and 13 deletions
18
hosts/nijika/specialisation.nix
Normal file
18
hosts/nijika/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