update
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
{ pkgs, ... }:
|
||||
let
|
||||
misskey-scripts = pkgs.callPackage ./misskey.nix {};
|
||||
feh-wallpaper = pkgs.callPackage ./feh-wallpaper.nix {};
|
||||
in
|
||||
pkgs.symlinkJoin {
|
||||
name = "my-scripts";
|
||||
paths = [misskey-scripts];
|
||||
paths = [
|
||||
misskey-scripts
|
||||
feh-wallpaper
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user