add some applications and extensions

This commit is contained in:
2023-09-15 14:39:04 +03:00
parent 588f530f22
commit 2bc3275dfc
4 changed files with 57 additions and 11 deletions

View File

@@ -61,7 +61,7 @@
home-manager.useGlobalPkgs = true;
home-manager.users.motiejus = {pkgs, ...}: {
home.stateVersion = "23.05";
home.stateVersion = config.mj.stateVersion;
home.packages = with pkgs; [go];
programs.direnv.enable = true;
@@ -104,10 +104,12 @@
enable = true;
mutableKeys = false;
mutableTrust = false;
publicKeys = [{
source = ./motiejus-gpg.txt;
trust = "ultimate";
}];
publicKeys = [
{
source = ./motiejus-gpg.txt;
trust = "ultimate";
}
];
};
services.gpg-agent = {