Remove with antipatter and aggregate google-chrome override
This commit is contained in:
parent
a4b29ec259
commit
93b0ccf178
46 changed files with 264 additions and 452 deletions
|
|
@ -1,11 +1,11 @@
|
|||
{ pkgs ? import <nixos> { inherit system; }, system ? builtins.currentSystem }:
|
||||
let
|
||||
self = with pkgs; {
|
||||
clipedit = callPackage ./clipedit { };
|
||||
cocktail-bar-cli = callPackage ./cocktail-bar-cli { };
|
||||
lockscreen = callPackage ./lockscreen { };
|
||||
sddm-theme-clairvoyance = callPackage ./sddm-theme-clairvoyance { };
|
||||
update-background = callPackage ./update-background { };
|
||||
vital-synth = callPackage ./vital-synth { };
|
||||
self = {
|
||||
clipedit = pkgs.callPackage ./clipedit { };
|
||||
cocktail-bar-cli = pkgs.callPackage ./cocktail-bar-cli { };
|
||||
lockscreen = pkgs.callPackage ./lockscreen { };
|
||||
sddm-theme-clairvoyance = pkgs.callPackage ./sddm-theme-clairvoyance { };
|
||||
update-background = pkgs.callPackage ./update-background { };
|
||||
vital-synth = pkgs.callPackage ./vital-synth { };
|
||||
};
|
||||
in self
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue