This commit is contained in:
2024-06-01 21:39:49 +02:00
parent f0c2ec96fb
commit cbfbe20592

View File

@@ -1,11 +1,6 @@
# This is your home-manager configuration file
# Use this to configure your home environment (it replaces ~/.config/nixpkgs/home.nix)
{
inputs,
outputs,
pkgs,
...
}: {
{ inputs, outputs, pkgs, ... }: {
# You can import other home-manager modules here
imports = [
# If you want to use modules your own flake exports (from modules/home-manager):
@@ -107,6 +102,8 @@
openvpn
wol
direnv
p7zip
czkawka
insomnia
# > media <
@@ -150,11 +147,7 @@
services.gnome-keyring = {
enable = true;
components = [
"ssh"
"secrets"
"pkcs11"
];
components = [ "ssh" "secrets" "pkcs11" ];
};
# programs.keychain = {
@@ -168,9 +161,7 @@
# systemd.user.sessionVariables.SSH_AUTH_SOCK = "/run/user/1000/keyring/ssh";
home.sessionVariables = {
EDITOR = "nvim";
};
home.sessionVariables = { EDITOR = "nvim"; };
# Let Home Manager install and manage itself.
programs.home-manager.enable = true;