diff options
| author | quentin@aristote.fr <quentin@aristote.fr> | 2024-07-27 19:12:54 +0200 |
|---|---|---|
| committer | quentin@aristote.fr <quentin@aristote.fr> | 2024-07-27 19:32:11 +0200 |
| commit | 265ad541cc5c9974dd407e051c939c5416bfa207 (patch) | |
| tree | 09f34455f5a7e311661465efb6dda70a9f062edb /modules/home-manager/personal/profiles.nix | |
| parent | b85e1947c9e4f779fad98db75de46c9b27c72cb1 (diff) | |
home: remove venv-manager
Diffstat (limited to 'modules/home-manager/personal/profiles.nix')
| -rw-r--r-- | modules/home-manager/personal/profiles.nix | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/modules/home-manager/personal/profiles.nix b/modules/home-manager/personal/profiles.nix index a4cfd5b..ba4aecd 100644 --- a/modules/home-manager/personal/profiles.nix +++ b/modules/home-manager/personal/profiles.nix @@ -25,21 +25,8 @@ in { }; personal.programs.devenv.enable = true; - home.shellAliases = { - mkenv = '' - cp ~/.config/venv-manager/shell-template.nix ./shell.nix ; - echo "use_nix" >> .envrc ; - direnv allow ; - $EDITOR shell.nix ; - ''; - }; - - home.file = { - ".config/latexmkrc".text = - builtins.readFile config.personal.home.dotfiles.latexmkrc; - ".config/venv-manager/config/default.nix".source = - lib.mkDefault config.personal.home.dotfiles.venv-manager; - }; + home.file.".config/latexmkrc".text = + builtins.readFile config.personal.home.dotfiles.latexmkrc; services.gpg-agent.enableSshSupport = true; }) |
