Restructure home and system modules
This commit is contained in:
parent
b86a8b50c7
commit
a03355b3a1
35 changed files with 82 additions and 82 deletions
|
@ -7,7 +7,7 @@
|
|||
{
|
||||
imports =
|
||||
[
|
||||
../../modules
|
||||
../../modules/system
|
||||
|
||||
# Include the results of the hardware scan.
|
||||
./hardware-configuration.nix
|
||||
|
@ -35,7 +35,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
modules = {
|
||||
modules.system = {
|
||||
desktop = {
|
||||
plasma.enable = true;
|
||||
};
|
||||
|
@ -45,7 +45,7 @@
|
|||
openssh.enable = true;
|
||||
};
|
||||
|
||||
system = {
|
||||
hardware = {
|
||||
bluetooth.enable = true;
|
||||
gamingKernel.enable = true;
|
||||
keymaps.layout = "us";
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
{
|
||||
imports =
|
||||
[
|
||||
../../modules
|
||||
../../modules/system
|
||||
|
||||
# Include the results of the hardware scan.
|
||||
./hardware-configuration.nix
|
||||
|
@ -19,12 +19,12 @@
|
|||
|
||||
networking.hostName = "nixos-desktop-perso"; # Define your hostname.
|
||||
|
||||
modules = {
|
||||
modules.system = {
|
||||
desktop = {
|
||||
plasma.enable = true;
|
||||
};
|
||||
|
||||
system = {
|
||||
hardware = {
|
||||
bluetooth.enable = true;
|
||||
gamingKernel.enable = true;
|
||||
keymaps.layout = "us";
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
{
|
||||
imports =
|
||||
[
|
||||
../../modules
|
||||
../../modules/system
|
||||
|
||||
# Include the results of the hardware scan.
|
||||
./hardware-configuration.nix
|
||||
|
@ -32,12 +32,12 @@
|
|||
nvidiaBusId = "PCI:1:0:0";
|
||||
};
|
||||
|
||||
modules = {
|
||||
modules.system = {
|
||||
desktop = {
|
||||
plasma.enable = true;
|
||||
};
|
||||
|
||||
system = {
|
||||
hardware = {
|
||||
bluetooth.enable = true;
|
||||
gamingKernel.enable = true;
|
||||
keymaps.layout = "us";
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
{
|
||||
imports =
|
||||
[
|
||||
../../modules
|
||||
../../modules/system
|
||||
|
||||
# Include the results of the hardware scan.
|
||||
./hardware-configuration.nix
|
||||
|
@ -32,12 +32,12 @@
|
|||
nvidiaBusId = "PCI:1:0:0";
|
||||
};
|
||||
|
||||
modules = {
|
||||
modules.system = {
|
||||
desktop = {
|
||||
plasma.enable = true;
|
||||
};
|
||||
|
||||
system = {
|
||||
hardware = {
|
||||
bluetooth.enable = true;
|
||||
gamingKernel.enable = true;
|
||||
keymaps.layout = "us";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue