hyprland lua dispatch
This commit is contained in:
@@ -12,5 +12,8 @@ mkHost {
|
||||
nixos = ./hare/nixos.nix;
|
||||
}
|
||||
];
|
||||
systemModules = [ ./nixos.nix ];
|
||||
systemModules = [
|
||||
inputs.tourbox-linux.nixosModules.default
|
||||
./nixos.nix
|
||||
];
|
||||
}
|
||||
|
||||
@@ -36,6 +36,14 @@
|
||||
scale = 1;
|
||||
transform = 0;
|
||||
}
|
||||
# {
|
||||
# output = "DP-3";
|
||||
# mode = "1920x1080@60";
|
||||
# position = "0x0";
|
||||
# scale = 0.75;
|
||||
# transform = 0;
|
||||
# mirror = "DP-1";
|
||||
# }
|
||||
{
|
||||
output = "DP-3";
|
||||
mode = "1920x1080@144";
|
||||
@@ -78,7 +86,7 @@
|
||||
orca-slicer
|
||||
davinci-resolve
|
||||
inputs.zen-browser.packages."${stdenv.hostPlatform.system}".default
|
||||
inputs.yoi.packages.${stdenv.hostPlatform.system}.default
|
||||
# inputs.yoi.packages.${stdenv.hostPlatform.system}.default
|
||||
];
|
||||
services.easyeffects = {
|
||||
enable = true;
|
||||
|
||||
@@ -90,6 +90,7 @@ in
|
||||
ATTRS{idVendor}=="414", ATTRS{idProduct}=="211a", MODE="0777"
|
||||
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", MODE="0660", GROUP="input"
|
||||
'';
|
||||
services.tourbox-linux.enable = true;
|
||||
|
||||
hardware.bluetooth = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user