aboutsummaryrefslogblamecommitdiff
path: root/users/fcuny/devel/default.nix
blob: 2c03c747051d079f900bc9b8fc92cd8c90cdb95e (plain) (tree)
1
2
3
4
5
6
7
                           

 
                                      
 
                                                                        
 
{ config, lib, pkgs, ... }:

{
  imports = [ ./go.nix ./python.nix ];

  home.packages = with pkgs; [ flyctl hugo rnix-lsp nixfmt util-linux ];
}