feat: renamed computers to hosts
This commit is contained in:
parent
f6af310a18
commit
b03c70b486
34 changed files with 5 additions and 6 deletions
|
@ -1,25 +0,0 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: let
|
||||
cfg = config.alqueva.sddm;
|
||||
in {
|
||||
options.alqueva.sddm = {
|
||||
enable = lib.mkEnableOption "sddm";
|
||||
};
|
||||
config = lib.mkIf cfg.enable {
|
||||
services.displayManager.sddm = {
|
||||
wayland = {
|
||||
enable = true;
|
||||
compositor = "kwin";
|
||||
};
|
||||
enable = true;
|
||||
theme = "where_is_my_sddm_theme";
|
||||
};
|
||||
environment.systemPackages = [
|
||||
pkgs.i-found-my-sddm-theme
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue