pkgs: add easyroam-connect-desktop
This commit is contained in:
parent
9d1afd7888
commit
c4dc44a810
3 changed files with 65 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue