pkgs: add easyroam-connect-desktop

This commit is contained in:
insects 2024-10-21 14:26:59 +02:00
parent 9d1afd7888
commit c4dc44a810
3 changed files with 65 additions and 3 deletions

View file

@ -1,5 +1,5 @@
# enoko is my framework 13-inch AMD laptop, running nixos
{ ... }: {
{ pkgs, ... }: {
imports = [ ./global.nix ./global.linux.nix ./features/desktop ];
config.monitors = [{
@ -12,6 +12,8 @@
scale = "1.175000";
}];
config.home.packages = with pkgs; [ easyroam-connect-desktop ];
# Fix HiDPI scaling
# config.wayland.windowManager.hyprland = {
# settings.xwayland.force_zero_scaling = true;