moved
This commit is contained in:
parent
cb8a43c515
commit
5ae1c9dca1
2 changed files with 1 additions and 2 deletions
|
|
@ -6,8 +6,6 @@
|
||||||
# Include the results of the hardware scan.
|
# Include the results of the hardware scan.
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
./system-packages.nix
|
./system-packages.nix
|
||||||
../modules/default.nix
|
|
||||||
./cachix.nix
|
|
||||||
];
|
];
|
||||||
|
|
||||||
nix.gc = {
|
nix.gc = {
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
imports = [
|
imports = [
|
||||||
|
./cachix.nix
|
||||||
./modules/audio.nix
|
./modules/audio.nix
|
||||||
./modules/bluetooth.nix
|
./modules/bluetooth.nix
|
||||||
./modules/boot.nix
|
./modules/boot.nix
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue