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, ... }:
|
{ home-manager, stylix, nix-gaming, ... }:
|
||||||
|
|
||||||
{
|
let VARIABLES = import ./src/variables.nix; in {
|
||||||
imports = [
|
imports = [
|
||||||
home-manager.nixosModules.home-manager
|
home-manager.nixosModules.home-manager
|
||||||
stylix.nixosModules.stylix
|
stylix.nixosModules.stylix
|
||||||
nix-gaming.nixosModules.pipewireLowLatency
|
nix-gaming.nixosModules.pipewireLowLatency
|
||||||
|
"${VARIABLES.hostHardwareConfiguration}"
|
||||||
./containers
|
./containers
|
||||||
./home
|
./home
|
||||||
./modules
|
./modules
|
||||||
|
@ -6,10 +6,6 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
let VARIABLES = import ./variables.nix; in {
|
let VARIABLES = import ./variables.nix; in {
|
||||||
imports = [
|
|
||||||
"${VARIABLES.hostHardwareConfiguration}"
|
|
||||||
];
|
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
hypr-contrib.packages."${VARIABLES.system}".grimblast
|
hypr-contrib.packages."${VARIABLES.system}".grimblast
|
||||||
nix-gaming.packages."${VARIABLES.system}".osu-stable
|
nix-gaming.packages."${VARIABLES.system}".osu-stable
|
||||||
|
Loading…
Reference in New Issue
Block a user