move helpers/universal -> modules/universal

This commit is contained in:
colin 2022-06-09 14:06:31 -07:00
parent 492506ab01
commit bc51244c52
11 changed files with 1 additions and 9 deletions

View File

@ -1,7 +1,6 @@
{ pkgs, config, lib, ... }:
{
imports = [
./../../helpers/universal
./fs.nix
];

View File

@ -1,7 +1,6 @@
{ pkgs, config, lib, ... }:
{
imports = [
./../../helpers/universal
./fs.nix
];

View File

@ -1,11 +1,5 @@
{ pkgs, config, lib, ... }:
{
imports = [
./../../helpers/universal
# ./../../helpers/gui/plasma-mobile.nix
# ./../../helpers/gui/gnome.nix
];
# XXX colin: phosh doesn't work well with passwordless login
users.users.colin.initialPassword = "147147";

View File

@ -2,7 +2,6 @@
{
imports = [
./../../helpers/universal
./fs.nix
./hardware.nix
./net.nix

View File

@ -4,5 +4,6 @@
imports = [
./gui
./hardware
./universal
];
}