Add nix-gram-extensions for building extensions as derivations. Switch to own home-manager fork until wrapping of other editors is possible upstream.
18 lines
250 B
Nix
18 lines
250 B
Nix
{pkgs, username, ...}: {
|
|
|
|
imports = [
|
|
../../home/core.nix
|
|
|
|
../../home/zsh
|
|
../../home/neovim
|
|
../../home/gtk
|
|
../../home/xdg
|
|
../../home/sway.nix
|
|
../../home/kanshi.nix
|
|
|
|
../../home/direnv
|
|
|
|
../../home/gram.nix
|
|
];
|
|
|
|
}
|