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