mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
misc security and qol updates
This commit is contained in:
parent
2cb528c2b7
commit
d2b548cac2
5 changed files with 11 additions and 3 deletions
|
@ -39,7 +39,6 @@ in
|
|||
};
|
||||
accounts.email.accounts = {
|
||||
"rouven@rfive.de" = rec {
|
||||
primary = true;
|
||||
address = "rouven@rfive.de";
|
||||
gpg.key = gpg-default-key;
|
||||
realName = "Rouven Seifert";
|
||||
|
@ -164,6 +163,7 @@ in
|
|||
};
|
||||
"iFSR" = {
|
||||
address = "rouven.seifert@ifsr.de";
|
||||
primary = true;
|
||||
gpg.key = gpg-default-key;
|
||||
realName = "Rouven Seifert";
|
||||
userName = "rouven.seifert";
|
||||
|
|
|
@ -97,6 +97,9 @@
|
|||
pyright = {
|
||||
enable = true;
|
||||
};
|
||||
texlab = {
|
||||
enable = true;
|
||||
};
|
||||
rnix-lsp = {
|
||||
enable = true;
|
||||
};
|
||||
|
@ -146,7 +149,6 @@
|
|||
};
|
||||
extraPlugins = with pkgs.vimPlugins;
|
||||
[
|
||||
vim-nix
|
||||
dracula-vim
|
||||
nerdcommenter
|
||||
];
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
pcmanfm # rock solid file manager
|
||||
xdg-utils # used for xdg-open
|
||||
snapper-gui
|
||||
comma # run any command
|
||||
|
||||
# graphics
|
||||
evince # pdf viewer
|
||||
|
@ -60,7 +61,12 @@
|
|||
# libs
|
||||
libyubikey
|
||||
libfido2
|
||||
(pkgs.texlive.combine {
|
||||
inherit (pkgs.texlive) scheme-medium;
|
||||
})
|
||||
];
|
||||
|
||||
|
||||
xdg.mimeApps = {
|
||||
enable = true;
|
||||
defaultApplications =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue