Refactor path references
This commit is contained in:
parent
803a47d745
commit
0160c33588
14
flake.nix
14
flake.nix
@ -35,21 +35,21 @@
|
|||||||
modules = [
|
modules = [
|
||||||
./hosts/slab/configuration.nix
|
./hosts/slab/configuration.nix
|
||||||
./hosts/slab/nvidia-optimus.nix
|
./hosts/slab/nvidia-optimus.nix
|
||||||
./roles/remote.nix
|
./system/remote.nix
|
||||||
./roles/plasma.nix
|
./system/plasma.nix
|
||||||
./fragments/opengl.nix
|
./fragments/opengl.nix
|
||||||
./roles/gaming.nix
|
./system/gaming.nix
|
||||||
./roles/hyprland.nix
|
./system/hyprland.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
nullbox = lib.nixosSystem {
|
nullbox = lib.nixosSystem {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
modules = [
|
modules = [
|
||||||
./hosts/nullbox/configuration.nix
|
./hosts/nullbox/configuration.nix
|
||||||
./roles/remote.nix
|
./system/remote.nix
|
||||||
./roles/plasma.nix
|
./system/plasma.nix
|
||||||
./fragments/hardware/nvidia-modeset.nix
|
./fragments/hardware/nvidia-modeset.nix
|
||||||
./roles/gaming.nix
|
./system/gaming.nix
|
||||||
|
|
||||||
hmModule (hmModuleDefaults // {
|
hmModule (hmModuleDefaults // {
|
||||||
home-manager.users."${username}" = import ./home.nix;
|
home-manager.users."${username}" = import ./home.nix;
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{ config, lib, pkgs, ...}:
|
{ config, lib, pkgs, ...}:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../fragments/base.nix
|
./fragments/base.nix
|
||||||
../fragments/me.nix
|
./fragments/me.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
@ -3,10 +3,10 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./base.nix
|
./base.nix
|
||||||
../fragments/sound.nix
|
./fragments/sound.nix
|
||||||
../fragments/multimedia.nix
|
./fragments/multimedia.nix
|
||||||
../fragments/software/syncthing.nix
|
./fragments/software/syncthing.nix
|
||||||
../fragments/hardware/bluetooth.nix
|
./fragments/hardware/bluetooth.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# Enable the X11 windowing system.
|
# Enable the X11 windowing system.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user