Skip to content

Commit 83b6263

Browse files
committed
Symlink ideavimrc
1 parent 895ebec commit 83b6263

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

home/desktop/development.nix

+6
Original file line numberDiff line numberDiff line change
@@ -116,4 +116,10 @@
116116
source = ../../dots/cargo/config.toml;
117117
target = ".cargo/config.toml";
118118
};
119+
120+
home.file.".ideavimrc" = {
121+
enable = true;
122+
source = ../../dots/jetbrains/.ideavimrc;
123+
target = ".ideavimrc";
124+
};
119125
}

hosts/default.nix

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
../modules/nixos/nix.nix
1515
../modules/catppuccin.nix
1616
../modules/docker.nix
17+
../modules/gnupg.nix
1718
# ../modules/nh.nix
1819
../modules/sops.nix
1920
../modules/restic.nix

modules/gnupg.nix

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
programs.gnupg.agent = {
3+
enable = true;
4+
};
5+
}

0 commit comments

Comments
 (0)