mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
documenting and formatting
This commit is contained in:
parent
398f35980e
commit
aa37759efc
9 changed files with 18 additions and 51 deletions
|
@ -1,9 +1,7 @@
|
|||
{config, pkgs, ...}:
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [ sops ];
|
||||
|
||||
# directory party
|
||||
sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
|
||||
sops.age.generateKey = false;
|
||||
|
||||
sops.defaultSopsFile = ../secrets/${config.networking.hostName}.yaml;
|
||||
}
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
((vim_configurable.override { }).customize {
|
||||
name = "vim";
|
||||
vimrcConfig.packages.myplugins = with pkgs.vimPlugins; {
|
||||
start = [ vim-nix vim-lastplace ];
|
||||
start = [ vim-nix ];
|
||||
opt = [ ];
|
||||
};
|
||||
vimrcConfig.customRC = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue