1
Fork 0

feat: neofetch, some clis and stuff

This commit is contained in:
Matei Adriel 2020-05-13 12:34:15 +03:00
parent eb36734615
commit aa9aacf494
6 changed files with 23 additions and 13 deletions
modules/dev

View file

@ -1,4 +1,5 @@
{ ... }: {
{ pkgs, ... }: {
home-manager.users.adrielus.home.packages = with pkgs; [ gcc ];
imports =
[ ./nix.nix ./purescript.nix ./javascript.nix ./rust.nix ./haskell ];
}