From cfda9fb5eedf145e49a750f81919377329bed5cf Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Fri, 7 Jun 2024 11:35:14 -0400 Subject: [PATCH] Fix Vivaldi, fix Hyprland config --- modules/home-manager/hosts/rainbow-planet/gene.nix | 3 ++- modules/hosts/nixos/rainbow-planet/default.nix | 1 - modules/system/common/linux/flatpaks.nix | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/home-manager/hosts/rainbow-planet/gene.nix b/modules/home-manager/hosts/rainbow-planet/gene.nix index 6f6bd8e..fc2c0e1 100644 --- a/modules/home-manager/hosts/rainbow-planet/gene.nix +++ b/modules/home-manager/hosts/rainbow-planet/gene.nix @@ -149,7 +149,8 @@ # Example per-device config # See https://wiki.hyprland.org/Configuring/Keywords/#executing for more - "device:epic-mouse-v1" = { + device = { + name = "epic-mouse-v1"; sensitivity = "-0.5"; }; diff --git a/modules/hosts/nixos/rainbow-planet/default.nix b/modules/hosts/nixos/rainbow-planet/default.nix index 3f48967..f10f294 100644 --- a/modules/hosts/nixos/rainbow-planet/default.nix +++ b/modules/hosts/nixos/rainbow-planet/default.nix @@ -47,7 +47,6 @@ meld slack tilix - vivaldi xfce.xfce4-terminal zoom-us ]; diff --git a/modules/system/common/linux/flatpaks.nix b/modules/system/common/linux/flatpaks.nix index fcd3d6a..f29a1ff 100644 --- a/modules/system/common/linux/flatpaks.nix +++ b/modules/system/common/linux/flatpaks.nix @@ -7,6 +7,7 @@ "im.riot.Riot" "com.cassidyjames.butler" "com.logseq.Logseq" + "com.vivaldi.Vivaldi" "org.signal.Signal" "org.telegram.desktop" ];