mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-26 00:18:28 +02:00
daily dose of updatess, adding intellij
This commit is contained in:
parent
4baf1371b7
commit
138f05a468
3 changed files with 16 additions and 12 deletions
|
@ -53,6 +53,7 @@
|
|||
virt-manager
|
||||
ventoy
|
||||
xsane # scanning
|
||||
jetbrains.idea-community
|
||||
|
||||
ripgrep # better grep
|
||||
duf # better df
|
||||
|
|
|
@ -6,6 +6,9 @@ in
|
|||
programs.ssh = rec {
|
||||
enable = true;
|
||||
matchBlocks = {
|
||||
"artemis-git.inf.tu-dresden.de" = {
|
||||
identityFile = git;
|
||||
};
|
||||
"se-gitlab.inf.tu-dresden.de" = {
|
||||
identityFile = git;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue