parent
3a6ce41def
commit
040c884c42
5 changed files with 11 additions and 11 deletions
common
|
@ -1,7 +1,4 @@
|
|||
{
|
||||
nixpkgs-wayland,
|
||||
...
|
||||
} @ inputs: [
|
||||
{nixpkgs-wayland, ...} @ inputs: [
|
||||
(import ./dracula-theme inputs)
|
||||
(import ./plymouth inputs)
|
||||
(import ./spotifywm inputs)
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
lib,
|
||||
pkgs,
|
||||
...
|
||||
} @ inputs:
|
||||
let
|
||||
} @ inputs: let
|
||||
inherit (lib) concatMapAttrs filterAttrs mkOption pathExists types;
|
||||
|
||||
mkPackage = name: v: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue