made some changes
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
./gaming.nix
|
||||
./graphics.nix
|
||||
./networking.nix
|
||||
./irc.nix
|
||||
#./openrgb.nix
|
||||
];
|
||||
}
|
||||
|
||||
@@ -4,8 +4,11 @@
|
||||
imports =
|
||||
[
|
||||
./hardware-configuration.nix
|
||||
# custom
|
||||
./config/default.nix
|
||||
# default
|
||||
../../config/default/default.nix
|
||||
# desktop
|
||||
../../config/desktop/default.nix
|
||||
];
|
||||
networking.hostName = "darkstar";
|
||||
|
||||
@@ -3,8 +3,11 @@
|
||||
imports =
|
||||
[
|
||||
./hardware-configuration.nix
|
||||
# custom
|
||||
./config/default.nix
|
||||
# default
|
||||
../../config/default/default.nix
|
||||
# desktop
|
||||
../../config/desktop/default.nix
|
||||
];
|
||||
networking.hostName = "molniya";
|
||||
|
||||
Reference in New Issue
Block a user