forked from nico/dots
chore: reorganise nix files into base dir
This commit is contained in:
parent
0fdd56c432
commit
104a0ccd4a
13 changed files with 2 additions and 2 deletions
0
nix/flake.lock → flake.lock
generated
0
nix/flake.lock → flake.lock
generated
|
|
@ -10,7 +10,7 @@
|
||||||
nixosConfigurations.pluto = nixpkgs.lib.nixosSystem {
|
nixosConfigurations.pluto = nixpkgs.lib.nixosSystem {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
modules = [
|
modules = [
|
||||||
./configuration.nix
|
./hosts/nixos-common.nix
|
||||||
|
|
||||||
./modules/shell.nix
|
./modules/shell.nix
|
||||||
./modules/users.nix
|
./modules/users.nix
|
||||||
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
programs.nh = {
|
programs.nh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
flake = "/home/nico/dots/nix";
|
flake = "/home/nico/dots";
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.direnv = {
|
programs.direnv = {
|
||||||
Loading…
Add table
Add a link
Reference in a new issue