Merge default.nix files into configuration.nix

This commit is contained in:
Oliver Davies 2025-01-08 08:54:14 +00:00
parent 6cd711920b
commit 30f336f05b
10 changed files with 92 additions and 121 deletions

View file

@ -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 = {