restructure
This commit is contained in:
@ -17,10 +17,10 @@ rec {
|
|||||||
imports = [
|
imports = [
|
||||||
|
|
||||||
# My modules
|
# My modules
|
||||||
./modules/emacs.nix
|
../modules/emacs.nix
|
||||||
./modules/audio.nix
|
../modules/audio.nix
|
||||||
./modules/flatpak.nix
|
../modules/flatpak.nix
|
||||||
./modules/gaming.nix
|
../modules/gaming.nix
|
||||||
|
|
||||||
# inputs.nixvim.homeManagerModules.nixvim
|
# inputs.nixvim.homeManagerModules.nixvim
|
||||||
];
|
];
|
@ -3,7 +3,7 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
# Include the results of the hardware scan.
|
# Include the results of the hardware scan.
|
||||||
./hardware-configuration-nixinator.nix
|
./hardware-configuration.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
networking.hostName = "nixinator"; # Define your hostname.
|
networking.hostName = "nixinator"; # Define your hostname.
|
@ -3,7 +3,7 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
# Include the results of the hardware scan.
|
# Include the results of the hardware scan.
|
||||||
./hardware-configuration-nixtop.nix
|
./hardware-configuration.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
networking.hostName = "nixtop"; # Define your hostname.
|
networking.hostName = "nixtop"; # Define your hostname.
|
Reference in New Issue
Block a user