mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-06 00:20:13 +00:00
combine home-manager and system configs
This commit is contained in:
@ -5,14 +5,6 @@
|
||||
{ config, pkgs, user, ... }:
|
||||
|
||||
{
|
||||
imports = [ # Include the results of the hardware scan.
|
||||
./hardware-configuration.nix
|
||||
../modules/system/timezone.nix
|
||||
../modules/system/doas.nix
|
||||
../modules/gaming
|
||||
../modules/services/keybase.nix
|
||||
];
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
nix.extraOptions = "experimental-features = nix-command flakes";
|
||||
|
||||
|
Reference in New Issue
Block a user