Merge default.nix files into configuration.nix
This commit is contained in:
parent
6cd711920b
commit
30f336f05b
10 changed files with 92 additions and 121 deletions
|
@ -1,15 +1,26 @@
|
|||
{
|
||||
inputs,
|
||||
pkgs,
|
||||
username,
|
||||
...
|
||||
}:
|
||||
{ inputs, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
./hardware.nix
|
||||
./programs.nix
|
||||
./services
|
||||
./users.nix
|
||||
|
||||
../common
|
||||
../../users/opdavies
|
||||
];
|
||||
|
||||
features = {
|
||||
desktop = {
|
||||
autorandr.enable = true;
|
||||
gaming.enable = true;
|
||||
i3.enable = true;
|
||||
peek.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
nix.nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
|
||||
|
||||
boot = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue