initial macbook hyprland stuffs
This commit is contained in:
@@ -19,6 +19,8 @@ in
|
||||
./environment.nix
|
||||
];
|
||||
|
||||
environment.systemPackages = [ bing-wallpaper pkgs.jq ];
|
||||
|
||||
home-manager.users."${settings.user}" = import ./home.nix;
|
||||
|
||||
services = {
|
||||
@@ -152,8 +154,8 @@ in
|
||||
|
||||
xdg.portal = {
|
||||
enable = true;
|
||||
wlr.enable = false;
|
||||
xdgOpenUsePortal = false;
|
||||
wlr.enable = true;
|
||||
xdgOpenUsePortal = true;
|
||||
extraPortals = [
|
||||
pkgs.xdg-desktop-portal-hyprland
|
||||
pkgs.xdg-desktop-portal-gnome
|
||||
|
||||
Reference in New Issue
Block a user