This website requires JavaScript.
Explore
Help
Sign In
mandlm
/
nixos-config
Watch
1
Star
0
Fork
You've already forked nixos-config
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
22bb8c4e70
nixos-config
/
home-manager
/
firefox.nix
10 lines
103 B
Nix
Raw
Blame
History
{
config
,
lib
,
pkgs
,
user
,
.
.
.
}:
{
programs
=
{
firefox
=
{
enable
=
true
;
}
;
}
;
}
Reference in New Issue
View Git Blame
Copy Permalink