forked from natto1784/dotfiles
add host Remilia
This commit is contained in:
15
hosts/servers/marisa.nix
Executable file
15
hosts/servers/marisa.nix
Executable file
@@ -0,0 +1,15 @@
|
||||
{lib, config, ...}:
|
||||
{
|
||||
imports =
|
||||
[
|
||||
./pkgs.nix
|
||||
./stuff.nix
|
||||
./marisa/networking.nix
|
||||
./marisa/hardware.nix
|
||||
./marisa/boot.nix
|
||||
./marisa/services.nix
|
||||
./marisa/cachix.nix
|
||||
../../configs/nvim.nix
|
||||
];
|
||||
system.stateVersion = "21.05";
|
||||
}
|
||||
Reference in New Issue
Block a user