Fix broken links to common.nix

This commit is contained in:
Evie Litherland-Smith 2023-04-19 09:34:18 +01:00
parent 19a80fb578
commit 277413469f
3 changed files with 3 additions and 3 deletions

2
home/env/common.nix vendored
View file

@ -1,7 +1,7 @@
{ ... }:
{
imports = [ ../common.nix ];
imports = [ ../common ];
programs.ssh = {
enable = true;
includes = [ "config.d/*" ];

View file

@ -1,4 +1,4 @@
{ ... }:
{
imports = [ ../common.nix ];
imports = [ ../common ];
}

View file

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