mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 08:06:50 +01:00
feat: more wsl tweaks
This commit is contained in:
parent
50289dcc0d
commit
72a3dc6c5a
10 changed files with 104 additions and 40 deletions
|
|
@ -4,7 +4,13 @@
|
|||
pkgs,
|
||||
...
|
||||
}: {
|
||||
config = lib.mkIf config.fireproof.desktop.enable {
|
||||
options.fireproof.desktop.greeter.enable =
|
||||
lib.mkEnableOption "greeter"
|
||||
// {
|
||||
default = config.fireproof.desktop.enable;
|
||||
};
|
||||
|
||||
config = lib.mkIf config.fireproof.desktop.greeter.enable {
|
||||
services.greetd = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue