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