Update files
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
".config/superProductivity"
|
||||
".config/Antigravity"
|
||||
".local/share/direnv"
|
||||
".local/share/docker"
|
||||
".local/share/nvim"
|
||||
".local/share/krita"
|
||||
".local/share/voxtype"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ pkgs, pkgs-unstable, try-cli, ... }:
|
||||
{ pkgs, pkgs-unstable, try-cli, nix-direnv, ... }:
|
||||
|
||||
let
|
||||
enpass = pkgs.enpass.overrideAttrs (oldAttrs: rec {
|
||||
@@ -25,7 +25,6 @@ in
|
||||
home.packages = with pkgs; [
|
||||
antigravity # Gemini AI coding assistant
|
||||
bluetui # Bluetooth TUI
|
||||
direnv # Directory environment manager
|
||||
enpass # Password manager
|
||||
enpass-cli # Enpass CLI tool
|
||||
expressvpn # VPN
|
||||
|
||||
@@ -15,6 +15,10 @@
|
||||
Status = "locked";
|
||||
};
|
||||
in {
|
||||
direnv = {
|
||||
enable = true;
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
walker = {
|
||||
enable = true;
|
||||
config = {};
|
||||
|
||||
Reference in New Issue
Block a user