mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-09-10 04:40:05 +00:00
✨ (modules/flake) implement recursively loaded libraries
This commit is contained in:
parent
e54b87a835
commit
c322461fe1
4 changed files with 56 additions and 2 deletions
|
@ -7,6 +7,13 @@
|
|||
./hardware.nix
|
||||
];
|
||||
|
||||
virtualisation.vmVariant = {
|
||||
virtualisation = {
|
||||
cores = 6;
|
||||
memorySize = 2048;
|
||||
};
|
||||
};
|
||||
|
||||
# Todo: pass a set of users to enable from within easy-hosts and automatically map the corresponding home-manager configurations
|
||||
# ${namespace} = {
|
||||
# mainUser = "jo";
|
||||
|
@ -18,7 +25,7 @@
|
|||
|
||||
# Enable Plasma6
|
||||
services.xserver.enable = true;
|
||||
services.displayManager.sddm.wayland.enable = true;
|
||||
services.displayManager.sddm.enable = true;
|
||||
services.desktopManager.plasma6.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue