basic setup mango + sddm
This commit is contained in:
parent
52dfc0ed34
commit
b7f40dec17
6 changed files with 35 additions and 11 deletions
11
nixpkgs.nix
11
nixpkgs.nix
|
|
@ -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"
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue