This website requires JavaScript.
Explore
Help
Sign In
opdavies
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Pull requests
Actions
Packages
Projects
Releases
Wiki
Activity
main
dotfiles
/
nix
/
modules
/
home-manager
/
features
/
cli
/
phpactor.nix
8 lines
109 B
Nix
Raw
Permalink
Normal View
History
Unescape
Escape
Run `nix fmt` Format using `nixfmt-rfc-style`.
2024-06-10 08:31:28 +00:00
{
self
,
.
.
.
}:
{
Make configuration more modular
2024-03-16 22:12:53 +00:00
xdg
.
configFile
.
phpactor
=
{
Move Nix files into a nix directory Move everything from `config` to the root level.
2024-11-20 21:37:15 +00:00
source
=
"
${
self
}
/
p
h
p
a
c
t
o
r
"
;
Make configuration more modular
2024-03-16 22:12:53 +00:00
recursive
=
true
;
}
;
}
Reference in a new issue
Copy permalink