add ssh and jj
This commit is contained in:
parent
e6522bdb86
commit
9583e816d6
5 changed files with 91 additions and 32 deletions
|
|
@ -4,6 +4,7 @@
|
|||
imports = lib.concatLists [
|
||||
[
|
||||
./xdg.nix
|
||||
./ssh.nix
|
||||
./nvim
|
||||
./fish
|
||||
./kanata
|
||||
|
|
@ -43,11 +44,10 @@
|
|||
inherit inputs;
|
||||
requirements = [ "graphical" ];
|
||||
home-config =
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
{ config
|
||||
, pkgs
|
||||
, lib
|
||||
, ...
|
||||
}:
|
||||
let
|
||||
disableFeatures = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue