Move all files
This commit is contained in:
parent
d0e303d0f9
commit
34c8b954e5
45 changed files with 352 additions and 645 deletions
8
hosts/nixos-test/home.nix
Normal file
8
hosts/nixos-test/home.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports =
|
||||
[
|
||||
|
||||
];
|
||||
}
|
|
@ -7,16 +7,6 @@
|
|||
{
|
||||
imports =
|
||||
[
|
||||
../../modules/linux_gaming.nix
|
||||
../../modules/system.nix
|
||||
../../modules/network.nix
|
||||
../../modules/keymaps/us.nix
|
||||
../../modules/pipewire.nix
|
||||
../../modules/plasma.nix
|
||||
../../modules/plymouth.nix
|
||||
|
||||
../../modules # Import optional configuration
|
||||
|
||||
# Include the results of the hardware scan.
|
||||
./hardware-configuration.nix
|
||||
];
|
Loading…
Add table
Add a link
Reference in a new issue