mirror of
https://github.com/ItsDrike/nixdots
synced 2025-06-30 10:20:43 +00:00
Add walker launcher
This commit is contained in:
parent
63113f0fd6
commit
705ef3451a
4 changed files with 201 additions and 1 deletions
13
home/programs/graphical/launchers/walker/default.nix
Normal file
13
home/programs/graphical/launchers/walker/default.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
home.packages = with pkgs; [
|
||||
walker
|
||||
];
|
||||
|
||||
xdg.configFile = {
|
||||
"walker/config.json".source = ./config.json;
|
||||
"walker/style.css".source = ./style.css;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue