1

restructure

This commit is contained in:
2022-08-08 17:42:01 +02:00
parent 5d69b16661
commit b0e740eb4a
9 changed files with 6 additions and 6 deletions

View File

@ -17,10 +17,10 @@ rec {
imports = [
# My modules
./modules/emacs.nix
./modules/audio.nix
./modules/flatpak.nix
./modules/gaming.nix
../modules/emacs.nix
../modules/audio.nix
../modules/flatpak.nix
../modules/gaming.nix
# inputs.nixvim.homeManagerModules.nixvim
];

View File

@ -3,7 +3,7 @@
{
imports = [
# Include the results of the hardware scan.
./hardware-configuration-nixinator.nix
./hardware-configuration.nix
];
networking.hostName = "nixinator"; # Define your hostname.

View File

@ -3,7 +3,7 @@
{
imports = [
# Include the results of the hardware scan.
./hardware-configuration-nixtop.nix
./hardware-configuration.nix
];
networking.hostName = "nixtop"; # Define your hostname.