sddm, with silentsddm

This commit is contained in:
Julia Lange 2026-02-10 23:35:37 -08:00
parent d02533517f
commit 085e8e45ac
Signed by: Julia
SSH key fingerprint: SHA256:5DJcfxa5/fKCYn57dcabJa2vN2e6eT0pBerYi5SUbto
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";
};
};
}