forked from extern/nix-config
meta: Move up hardware-configuration import
This commit is contained in:
parent
79f4ae0296
commit
4083348a3b
@ -1,10 +1,11 @@
|
||||
{ home-manager, stylix, nix-gaming, ... }:
|
||||
|
||||
{
|
||||
let VARIABLES = import ./src/variables.nix; in {
|
||||
imports = [
|
||||
home-manager.nixosModules.home-manager
|
||||
stylix.nixosModules.stylix
|
||||
nix-gaming.nixosModules.pipewireLowLatency
|
||||
"${VARIABLES.hostHardwareConfiguration}"
|
||||
./containers
|
||||
./home
|
||||
./modules
|
||||
|
@ -6,10 +6,6 @@
|
||||
}:
|
||||
|
||||
let VARIABLES = import ./variables.nix; in {
|
||||
imports = [
|
||||
"${VARIABLES.hostHardwareConfiguration}"
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
hypr-contrib.packages."${VARIABLES.system}".grimblast
|
||||
nix-gaming.packages."${VARIABLES.system}".osu-stable
|
||||
|
Loading…
Reference in New Issue
Block a user