chore: Update test imports

This commit is contained in:
Donovan Glover 2024-04-04 17:31:01 -04:00
parent 7f05a66fa5
commit 3946ea52fb
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 4 additions and 2 deletions

View File

@ -4,7 +4,8 @@
nodes.machine = { self, pkgs, ... }: {
imports = with self.nixosModules; [
hyprland
system
desktop
];
};

View File

@ -4,7 +4,8 @@
nodes.machine = { self, pkgs, ... }: {
imports = with self.nixosModules; [
neovim
system
shell
];
};