idk
This commit is contained in:
parent
a645e35670
commit
c2f1951567
2 changed files with 2 additions and 1 deletions
|
|
@ -8,6 +8,7 @@
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
hyprshot
|
hyprshot
|
||||||
antigravity
|
antigravity
|
||||||
|
prismlauncher
|
||||||
|
|
||||||
(lib.mkIf osconfig.device.programs.cider-2.enable cider-2)
|
(lib.mkIf osconfig.device.programs.cider-2.enable cider-2)
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{ ... }: {
|
{ ... }: {
|
||||||
wayland.windowManager.hyprland.settings = {
|
wayland.windowManager.hyprland.settings = {
|
||||||
"$LAPTOP_TOUCHPAD_ENABLE" = false;
|
"$LAPTOP_TOUCHPAD_ENABLE" = true;
|
||||||
|
|
||||||
device = {
|
device = {
|
||||||
name = "gxtp5100:00-27c6:01e0-touchpad";
|
name = "gxtp5100:00-27c6:01e0-touchpad";
|
||||||
|
|
|
||||||
Reference in a new issue