Started adding a hyprland config

This commit is contained in:
Tyler Mayoff 2025-04-08 18:36:48 -04:00
parent a7c110a684
commit e5f1f9beaf
4 changed files with 58 additions and 3 deletions

View file

@ -8,6 +8,8 @@
# ../../home/waybar/mechabar
# ../../home/sway
# ../../home/hyprland
../../home/home-backup.nix
../../home/gui.nix
@ -26,4 +28,9 @@
stateVersion = "23.11";
};
xdg.portal = {
enable = true;
extraPortals = [pkgs.xdg-desktop-portal-gtk];
};
}