organization p2

This commit is contained in:
2025-06-08 18:47:39 -06:00
parent 8a02320f12
commit 5593b85524
10 changed files with 48 additions and 22 deletions

View File

@@ -2,8 +2,8 @@
{
imports = [
./hardware-configuration.nix
../../base.nix
../../stylix.nix
../../config/base.nix
../../config/stylix.nix
];
my = import ./toggles.nix;
networking = {

View File

@@ -2,8 +2,8 @@
{
imports = [
./hardware-configuration.nix
../../base.nix
../../stylix.nix
../../config/base.nix
../../config/stylix.nix
];
my = import ./toggles.nix;
networking =

View File

@@ -1,7 +1,7 @@
{ ... }:
{
imports = [
../../base.nix
../../stylix.nix
../../config/base.nix
../../config/stylix.nix
];
}

View File

@@ -17,9 +17,9 @@ in
{
imports = [
./hardware-configuration.nix
../../base.nix
../../gnome.nix
../../stylix.nix
../../config/base.nix
../../config/stylix.nix
../../environments/gnome.nix
];
my = import ./toggles.nix;
home-manager.users.jawz = {