gnome: install draw-on-your-screen2
This commit is contained in:
parent
a28e50f48a
commit
65edfe5a9a
4 changed files with 37 additions and 8 deletions
|
@ -3,6 +3,7 @@ rec {
|
|||
all = [
|
||||
scripts
|
||||
themes
|
||||
(import ../pkgs)
|
||||
new-packages
|
||||
lib_extended
|
||||
disko
|
||||
|
@ -33,14 +34,12 @@ rec {
|
|||
}
|
||||
);
|
||||
|
||||
new-packages = (
|
||||
final: prev: {
|
||||
dhist = inputs.dhist.packages.${prev.system}.dhist;
|
||||
demoji = inputs.demoji.packages.${prev.system}.default;
|
||||
tlauncher = inputs.tlauncher.packages.${prev.system}.tlauncher;
|
||||
wl-crosshair = inputs.wl-crosshair.packages.${prev.system}.default;
|
||||
}
|
||||
);
|
||||
new-packages = final: prev: {
|
||||
dhist = inputs.dhist.packages.${prev.system}.dhist;
|
||||
demoji = inputs.demoji.packages.${prev.system}.default;
|
||||
tlauncher = inputs.tlauncher.packages.${prev.system}.tlauncher;
|
||||
wl-crosshair = inputs.wl-crosshair.packages.${prev.system}.default;
|
||||
};
|
||||
|
||||
lib_extended = (
|
||||
final: prev: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue