This commit is contained in:
Till 2026-02-27 21:41:24 +01:00
parent 8099faa9ae
commit 312d6d63ef
23 changed files with 122 additions and 297 deletions

View file

@ -1,4 +1,4 @@
{ config, pkgs, inputs, lib, ... }:
{ config, pkgs, ... }:
{
programs.home-manager.enable = true;
@ -20,12 +20,13 @@
imports = [
./fish.nix
./tmux
./password-store.nix
./vifm
./vifm.nix
./nvim
./tmux.nix
./gpg.nix
./ssh.nix
./password-store.nix
];
programs.nix-index = {