do editor fuckery
This commit is contained in:
parent
bd60655fcc
commit
458a56ab4d
8 changed files with 283 additions and 226 deletions
12
modules/editors/default.nix
Normal file
12
modules/editors/default.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{ ... }:
|
||||
{
|
||||
programs.niri.enable = true;
|
||||
home-manager.users.jade =
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
./helix
|
||||
./zed
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue