NixOS + home-manager configs, mirrored from GitLab SaaS. gitlab.com/andreijiroh-dev/nixops-config
nix-flake nixos home-manager nixpkgs nix-flakes
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: enable vscode config for home-manager

also add gpgme.dev package per https://discourse.nixos.org/t/gpgme-json-not-in-path-while-setting-up-for-mailvelope-extension/72148/2?u=ajhalili2006

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.dev>

+4 -1
+1 -1
shared/gnupg.nix
··· 11 11 environment.systemPackages = with pkgs; [ 12 12 gnupg 13 13 gpgme 14 + gpgme.dev 14 15 pinentry-tty 15 - gpgme 16 16 ]; 17 17 }
+1
shared/home-manager/main.nix
··· 18 18 ./git.nix 19 19 ./shell.nix 20 20 ./fonts.nix 21 + ./vscode.nix 21 22 ]; 22 23 23 24 # This value determines the Home Manager release that your configuration is
+1
shared/home-manager/nogui.nix
··· 6 6 ./packages.nix 7 7 ./shell.nix 8 8 ./fonts.nix 9 + ./vscode.nix 9 10 ]; 10 11 11 12 # This value determines the Home Manager release that your configuration is
+1
shared/home-manager/packages.nix
··· 40 40 gpg-tui 41 41 # imported from my nix profile list to avoid conflicts # 42 42 gpgme 43 + gpgme.dev 43 44 jq 44 45 45 46 ## programming languages