[NixOS] Fix issue with propagatedBuildInputs for wyoming-satellite
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
{ config, makeEnable, ... }:
|
||||
{ pkgs, config, makeEnable, ... }:
|
||||
makeEnable config "myModules.plasma" true {
|
||||
services.displayManager.sddm.enable = true;
|
||||
services.displayManager.sddm = {
|
||||
enable = true;
|
||||
extraPackages = with pkgs; [
|
||||
# sddm-astronaut
|
||||
];
|
||||
};
|
||||
services.xserver = {
|
||||
desktopManager.plasma5.enable = true;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user