Add extra configs for Monarch
This commit is contained in:
parent
54ca515cb6
commit
e2cf9ae2dd
|
@ -1,9 +1,11 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./env
|
||||
./env/bash.nix
|
||||
./env/zsh.nix
|
||||
./tui
|
||||
./gui/kitty.nix
|
||||
./gui/neovide.nix
|
||||
];
|
||||
# Home Manager needs a bit of information about you and the
|
||||
# paths it should manage.
|
||||
|
|
|
@ -2,5 +2,4 @@
|
|||
|
||||
{
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
# programs.home-manager.enable = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue