mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-04-10 18:48:34 +02:00
chore: Update test imports
This commit is contained in:
parent
7f05a66fa5
commit
3946ea52fb
@ -4,7 +4,8 @@
|
|||||||
|
|
||||||
nodes.machine = { self, pkgs, ... }: {
|
nodes.machine = { self, pkgs, ... }: {
|
||||||
imports = with self.nixosModules; [
|
imports = with self.nixosModules; [
|
||||||
hyprland
|
system
|
||||||
|
desktop
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -4,7 +4,8 @@
|
|||||||
|
|
||||||
nodes.machine = { self, pkgs, ... }: {
|
nodes.machine = { self, pkgs, ... }: {
|
||||||
imports = with self.nixosModules; [
|
imports = with self.nixosModules; [
|
||||||
neovim
|
system
|
||||||
|
shell
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user