Add extra configs for Monarch

This commit is contained in:
Evie Litherland-Smith 2023-04-21 07:35:58 +01:00
parent 54ca515cb6
commit e2cf9ae2dd
2 changed files with 3 additions and 2 deletions

View file

@ -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.

View file

@ -2,5 +2,4 @@
{
nixpkgs.config.allowUnfree = true;
# programs.home-manager.enable = true;
}