update
This commit is contained in:
@@ -2,11 +2,13 @@
|
||||
let
|
||||
my-scripts = pkgs.callPackage ./scripts {};
|
||||
my-wallpapers = pkgs.callPackage ./wallpapers {};
|
||||
my-xkb-config = pkgs.callPackage ./xkb {};
|
||||
in
|
||||
pkgs.symlinkJoin {
|
||||
name = "my-ricing-assets";
|
||||
paths = [
|
||||
my-scripts
|
||||
my-wallpapers
|
||||
my-xkb-config
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user