mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-06 23:40:15 +00:00
continuing dev
This commit is contained in:
@ -15,10 +15,12 @@ in
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
|
||||
home.packages = with pkgs; [
|
||||
pgcli # Postgres client with autocomplete
|
||||
home.packages = lib.mkDefault [
|
||||
pkgs.pgcli # Postgres client with autocomplete
|
||||
];
|
||||
|
||||
programs.helix.enable = lib.mkDefault true;
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user