basic setup mango + sddm

This commit is contained in:
Dea 2026-07-25 23:16:04 -04:00
parent 52dfc0ed34
commit b7f40dec17
6 changed files with 35 additions and 11 deletions

View file

@ -9,7 +9,7 @@
home-manager-unstable.url = "github:nix-community/home-manager";
home-manager-unstable.inputs.nixpkgs.follows = "nixpkgs-unstable";
cerulean.url = "github:cry128/cerulean/v0.2.4-alpha";
cerulean.url = "github:cry128/cerulean/refactor/snowflake";
cerulean.inputs.systems.follows = "systems";
cerulean.inputs.nixpkgs.follows = "nixpkgs-unstable";
@ -33,10 +33,15 @@
inputs.home-manager.follows = "home-manager-unstable";
};
mangowm = {
mango = {
url = "github:mangowm/mango";
inputs.nixpkgs.follows = "nixpkgs-unstable";
};
sddm-silent = {
url = "github:uiriansan/SilentSDDM";
inputs.nixpkgs.follows = "nixpkgs-unstable";
};
};
nixConfig = {