diesdas
This commit is contained in:
parent
8099faa9ae
commit
312d6d63ef
23 changed files with 122 additions and 297 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue