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

@ -2,10 +2,11 @@
inputs,
system,
...
} @ args: {
}@args:
{
nixpkgs.channels = rec {
base = spkgs;
spkgs= {
spkgs = {
inherit system;
source = inputs.nixpkgs;
overlays = [
@ -14,6 +15,9 @@
config = {
allowUnfree = true;
allowBroken = false;
permittedInsecurePackages = [
"pnpm-10.29.2"
];
};
};
@ -28,6 +32,9 @@
config = {
allowUnfree = true;
allowBroken = false;
permittedInsecurePackages = [
"pnpm-10.29.2"
];
};
};
};