sddm, with silentsddm

This commit is contained in:
Julia Lange 2026-02-10 23:35:37 -08:00
parent 33d56584e2
commit 230fbb05f7
4 changed files with 55 additions and 0 deletions

View file

@ -85,5 +85,12 @@
repo = "sops-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
silentSDDM = {
type = "github";
owner = "uiriansan";
repo = "SilentSDDM";
inputs.nixpkgs.follows = "nixpkgs";
};
};
}