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