mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 18:41:34 +01:00
Rename common to shared
This commit is contained in:
parent
2793a33d2f
commit
842f23d449
6 changed files with 4 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
../common.nix
|
||||
../shared.nix
|
||||
./hardware.nix
|
||||
./disko.nix
|
||||
];
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
../common.nix
|
||||
../shared.nix
|
||||
./hardware.nix
|
||||
./disko.nix
|
||||
];
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
imports = [
|
||||
../common.nix
|
||||
../shared.nix
|
||||
./hardware.nix
|
||||
./disko.nix
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
imports = [ ../common-home.nix ];
|
||||
imports = [ ../shared-home.nix ];
|
||||
|
||||
home.sessionVariables.FLAKE = "~/Projects/nixos-config";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue