Create device-specific hyprland config

This commit is contained in:
2024-08-18 13:46:37 -07:00
parent d71b7e6976
commit b449a56b0b
6 changed files with 215 additions and 202 deletions

8
home-z790prors.nix Normal file
View File

@@ -0,0 +1,8 @@
{ config, lib, pkgs, ... }:
{
imports = [
./home-default.nix
./modules/window_managers/hyprland/z790prors.nix
];
}