Remove unreferenced clan modules
Some checks failed
checks / checks-impure (pull_request) Successful in 2m14s
checks / checks (pull_request) Failing after 4m19s

This commit is contained in:
Luis Hebendanz 2024-05-02 16:34:11 +02:00
parent ee552d3020
commit 3a9a7eedf9
7 changed files with 1 additions and 44 deletions

View File

@ -9,13 +9,5 @@
modules = import ./description.nix { inherit clan-core; };
buildClan = import ./build-clan { inherit clan-core lib nixpkgs; };
vm-user = ./vm-user;
graphical = ./graphical;
xfce-vm = {
imports = [
./vm-user
./graphical
./xfce-vm
];
};
}

View File

@ -1,2 +0,0 @@
---

View File

@ -1 +0,0 @@
_: { fonts.enableDefaultPackages = true; }

View File

@ -1 +0,0 @@
---

View File

@ -1,20 +0,0 @@
{
security = {
sudo.wheelNeedsPassword = false;
polkit.enable = true;
rtkit.enable = true;
};
users.users.user = {
isNormalUser = true;
createHome = true;
uid = 1000;
initialHashedPassword = "";
extraGroups = [
"wheel"
"video"
"render"
];
shell = "/run/current-system/sw/bin/bash";
};
}

View File

@ -1 +0,0 @@
---

View File

@ -1,10 +0,0 @@
{
services.xserver = {
enable = true;
displayManager.autoLogin.enable = true;
displayManager.autoLogin.user = "user";
desktopManager.xfce.enable = true;
desktopManager.xfce.enableScreensaver = false;
xkb.layout = "us";
};
}