mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
add scripts
This commit is contained in:
parent
c237ada71f
commit
211ed9c01a
4 changed files with 34 additions and 0 deletions
|
|
@ -35,6 +35,9 @@
|
|||
fi
|
||||
'';
|
||||
in {
|
||||
home.file.".local/bin/dsize".source = ./dsize;
|
||||
home.file.".local/bin/runbg".source = ./runbg;
|
||||
home.file.".local/bin/music".source = ./music;
|
||||
home.packages = with pkgs; [
|
||||
wall-change
|
||||
wallpaper-picker
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue