restructure
This commit is contained in:
@ -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
|
||||
];
|
@ -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.
|
@ -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.
|
Reference in New Issue
Block a user