wip!: init home-manager configs
This commit is contained in:
parent
0cec9c6b51
commit
43f1ce3c05
10 changed files with 87 additions and 19 deletions
7
home/scripts/default.nix
Normal file
7
home/scripts/default.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
pkgs,
|
||||
}: [
|
||||
(pkgs.writeShellApplication {
|
||||
name = "vol.sh";
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue