Remove import missing file

This commit is contained in:
Evie Litherland-Smith 2023-04-29 12:37:11 +01:00
parent 80837514ca
commit 6d510896f6
2 changed files with 0 additions and 2 deletions

View file

@ -1,7 +1,6 @@
{ ... }:
{
imports = [ ./common.nix ];
programs.lazygit = {
enable = true;
settings = import ./config/lazygit.nix;

View file

@ -1,7 +1,6 @@
{ pkgs, ... }:
{
imports = [ ./common.nix ];
programs.neovim = {
enable = true;
defaultEditor = true;