initial macbook hyprland stuffs

This commit is contained in:
mjallen18
2025-07-01 22:15:12 -05:00
parent fbb8cd9054
commit a142fd05e6
5 changed files with 117 additions and 25 deletions

View File

@@ -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