Revert "Restructure NixOS host configuration files"
This reverts commit f92ad2b5ab
.
This commit is contained in:
parent
51fc0af70e
commit
96bbb1934a
10 changed files with 114 additions and 70 deletions
|
@ -8,21 +8,8 @@
|
|||
{
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
|
||||
../common
|
||||
../../users/opdavies
|
||||
|
||||
];
|
||||
|
||||
features = {
|
||||
desktop = {
|
||||
autorandr.enable = true;
|
||||
gaming.enable = true;
|
||||
i3.enable = true;
|
||||
peek.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
nix.nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
|
||||
|
||||
boot = {
|
||||
|
|
17
nix/hosts/t490/default.nix
Normal file
17
nix/hosts/t490/default.nix
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
imports = [
|
||||
../common
|
||||
../../users/opdavies
|
||||
|
||||
./configuration.nix
|
||||
];
|
||||
|
||||
features = {
|
||||
desktop = {
|
||||
autorandr.enable = true;
|
||||
gaming.enable = true;
|
||||
i3.enable = true;
|
||||
peek.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue