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

                                      

 
                                      
 

                                                                            
 
{ config, lib, pkgs, isDesktop, ... }:
with lib;

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

  home.packages = with pkgs;
    [ util-linux ] ++ (optionals isDesktop [ flyctl hugo rnix-lsp nixfmt ]);
}