attempt plasma flake
This commit is contained in:
parent
dac2d0cf9c
commit
012e493ad3
12 changed files with 561 additions and 5 deletions
22
flakes/de_plasma/flake.nix
Normal file
22
flakes/de_plasma/flake.nix
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
inputs = {
|
||||
plasma-manager.url = "github:nix-community/plasma-manager";
|
||||
};
|
||||
|
||||
outputs = { plasma-manager, ... }: {
|
||||
nixosModules = {
|
||||
default =
|
||||
{ config, lib, pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
./de_plasma.nix
|
||||
];
|
||||
config = {
|
||||
_module.args = {
|
||||
inherit plasma-manager;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue