Compare commits

...

2 Commits

Author SHA1 Message Date
MichaelFisher1997
5e06d3a148 issues 2025-06-29 00:11:18 +01:00
MichaelFisher1997
94b8e38312 issues 2025-06-28 23:50:41 +01:00
2 changed files with 16 additions and 11 deletions

18
flake.lock generated
View File

@ -23,11 +23,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1747862697,
"narHash": "sha256-U4HaNZ1W26cbOVm0Eb5OdGSnfQVWQKbLSPrSSa78KC0=",
"lastModified": 1750877742,
"narHash": "sha256-OrCy70x59VaBHxPZnm6A1wvQSdJvTz4i8Ngx40UeApI=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "2baa12ff69913392faf0ace833bc54bba297ea95",
"rev": "f25c1bd2a6b33a4b1aa7aff56a94e0daab3773f0",
"type": "github"
},
"original": {
@ -39,11 +39,11 @@
},
"nixpkgs-unstable": {
"locked": {
"lastModified": 1748026106,
"narHash": "sha256-6m1Y3/4pVw1RWTsrkAK2VMYSzG4MMIj7sqUy7o8th1o=",
"lastModified": 1751011381,
"narHash": "sha256-krGXKxvkBhnrSC/kGBmg5MyupUUT5R6IBCLEzx9jhMM=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "063f43f2dbdef86376cc29ad646c45c46e93234c",
"rev": "30e2e2857ba47844aa71991daa6ed1fc678bcbb7",
"type": "github"
},
"original": {
@ -68,11 +68,11 @@
]
},
"locked": {
"lastModified": 1748090150,
"narHash": "sha256-WrcGLv4Q94B2eG+jj5EckQfItR4zTAz/8uX2to4bU4g=",
"lastModified": 1751127508,
"narHash": "sha256-fU2FQKNxO5gkADRFMS2S54M/LKsTewMpGRm+KJRLdFo=",
"owner": "0xc000022070",
"repo": "zen-browser-flake",
"rev": "d25f7e7fc5a2ebcb4c41924b4755eec642e6f18d",
"rev": "5962b5db7babbb1607dcd2d1d6db9ab540cc108d",
"type": "github"
},
"original": {

View File

@ -104,10 +104,15 @@
# XDG Portals Configuration for Wayland
xdg.portal = {
enable = true;
extraPortals = [
pkgs.xdg-desktop-portal-hyprland
extraPortals = with pkgs; [
xdg-desktop-portal-hyprland
];
config.common.default = ["hyprland"];
};
# Disable GNOME desktop services that might conflict
services.gnome.gnome-keyring.enable = false;
services.gnome.gnome-online-accounts.enable = false;
#xdg.portal = {
# enable = true;
# hyprland.enable = true;