feat: add luanti server
This commit is contained in:
parent
ddf8154933
commit
6922232ec5
6 changed files with 55 additions and 6 deletions
|
@ -5,7 +5,7 @@
|
|||
}: {
|
||||
imports = [
|
||||
(modulesPath + "/profiles/minimal.nix")
|
||||
(modulesPath + "/profiles/perlless.nix")
|
||||
#(modulesPath + "/profiles/perlless.nix")
|
||||
|
||||
{
|
||||
environment.defaultPackages = lib.mkDefault [];
|
||||
|
|
18
system_profiles/server.nix
Normal file
18
system_profiles/server.nix
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
imports = let
|
||||
packages = {pkgs, ...}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
tmux
|
||||
wget
|
||||
];
|
||||
};
|
||||
in [
|
||||
./defaults.nix
|
||||
./mini.nix
|
||||
|
||||
../modules/customisation.nix
|
||||
../modules/software/neovim.nix
|
||||
|
||||
packages
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue