Added networking
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{ config, pkgs, lib, user, inputs, flakeRoot,... }:
|
||||
{
|
||||
imports = [
|
||||
./wayland.nix
|
||||
./login-tuigreeter.nix
|
||||
# ./login-lightdm.nix
|
||||
];
|
||||
# .. put any code here
|
||||
}
|
||||
Reference in New Issue
Block a user