mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Nix] Move nix conf into nix subfolder
This commit is contained in:
parent
699f730c91
commit
4735347fd2
3 changed files with 7 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./general.nix
|
./general.nix
|
||||||
./nix.nix
|
./nix
|
||||||
./boot.nix
|
./boot.nix
|
||||||
./desktop
|
./desktop
|
||||||
./home-manager.nix
|
./home-manager.nix
|
||||||
|
|
|
||||||
6
nix/default.nix
Normal file
6
nix/default.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
{ config, ... }:
|
||||||
|
{
|
||||||
|
imports = [
|
||||||
|
./nix.nix
|
||||||
|
];
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue