This website works better with JavaScript
Home
Explore
Help
Sign In
control
/
home
Watch
1
Star
0
Fork
0
Files
Tree:
c174f053af
Branches
Tags
master
home
/
modules
/
global
/
devenv.nix
devenv.nix
82 B
History
Raw
1
2
3
4
5
6
{ pkgs, ... }:
{
environment.systemPackages = [
pkgs.unstable.devenv
];
}