From 2c171b8278f91093880f267f126f320bf98c3816 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Sat, 5 Oct 2024 15:26:29 +0200 Subject: [PATCH] fix portal collision = update --- flake.lock | 36 ++++++++++++++++---------------- instances/thor/configuration.nix | 2 +- modules/hm/hyprland.nix | 1 - 3 files changed, 19 insertions(+), 20 deletions(-) diff --git a/flake.lock b/flake.lock index ef0c972..1445dc1 100644 --- a/flake.lock +++ b/flake.lock @@ -252,11 +252,11 @@ ] }, "locked": { - "lastModified": 1727383923, - "narHash": "sha256-4/vacp3CwdGoPf8U4e/N8OsGYtO09WTcQK5FqYfJbKs=", + "lastModified": 1728041527, + "narHash": "sha256-03liqiJtk9UP7YQHW4r8MduKCK242FQzud8iWvvlK+o=", "owner": "nix-community", "repo": "home-manager", - "rev": "ffe2d07e771580a005e675108212597e5b367d2d", + "rev": "509dbf8d45606b618e9ec3bbe4e936b7c5bc6c1e", "type": "github" }, "original": { @@ -347,11 +347,11 @@ ] }, "locked": { - "lastModified": 1727702862, - "narHash": "sha256-4ai7yRN8b2i43gNTAXfAuOw/uIzGqMLON1IXtIRrwOM=", + "lastModified": 1727917377, + "narHash": "sha256-eefXdEPUMuhiV6Vy3ASSyApCseE9OoKDgL/G6qenw/4=", "owner": "nix-community", "repo": "nixos-generators", - "rev": "f7eb021d9dfd61f0e0075e483f3579c6f8453bb3", + "rev": "9ae128172f823956e54947fe471bc6dfa670ecb4", "type": "github" }, "original": { @@ -362,11 +362,11 @@ }, "nixos-hardware": { "locked": { - "lastModified": 1727665282, - "narHash": "sha256-oKtfbQB1MBypqIyzkC8QCQcVGOa1soaXaGgcBIoh14o=", + "lastModified": 1728056216, + "narHash": "sha256-IrO06gFUDTrTlIP3Sz+mRB6WUoO2YsgMtOD3zi0VEt0=", "owner": "NixOS", "repo": "nixos-hardware", - "rev": "11c43c830e533dad1be527ecce379fcf994fbbb5", + "rev": "b7ca02c7565fbf6d27ff20dd6dbd49c5b82eef28", "type": "github" }, "original": { @@ -440,11 +440,11 @@ }, "nixpkgs-u": { "locked": { - "lastModified": 1727348695, - "narHash": "sha256-J+PeFKSDV+pHL7ukkfpVzCOO7mBSrrpJ3svwBFABbhI=", + "lastModified": 1728018373, + "narHash": "sha256-NOiTvBbRLIOe5F6RbHaAh6++BNjsb149fGZd1T4+KBg=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "1925c603f17fc89f4c8f6bf6f631a802ad85d784", + "rev": "bc947f541ae55e999ffdb4013441347d83b00feb", "type": "github" }, "original": { @@ -456,11 +456,11 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1727708931, - "narHash": "sha256-RjzRgTfoyWe44WM0rkgKBthEx9Rj7TGxKBJug0y6qSY=", + "lastModified": 1728126743, + "narHash": "sha256-Tvko4HrxstNn7kZdrebDNDyZ57r3uVJ6MS+8xb/P49o=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "977b0207aa5b805bb26533c0015eab7db36921b2", + "rev": "28f549976be349687f43da951d301b7f8051fe94", "type": "github" }, "original": { @@ -505,11 +505,11 @@ "nixpkgs-stable": "nixpkgs-stable_2" }, "locked": { - "lastModified": 1727514110, - "narHash": "sha256-0YRcOxJG12VGDFH8iS8pJ0aYQQUAgo/r3ZAL+cSh9nk=", + "lastModified": 1728092656, + "narHash": "sha256-eMeCTJZ5xBeQ0f9Os7K8DThNVSo9gy4umZLDfF5q6OM=", "owner": "cachix", "repo": "pre-commit-hooks.nix", - "rev": "85f7a7177c678de68224af3402ab8ee1bcee25c8", + "rev": "1211305a5b237771e13fcca0c51e60ad47326a9a", "type": "github" }, "original": { diff --git a/instances/thor/configuration.nix b/instances/thor/configuration.nix index 51a1b97..b5eb066 100644 --- a/instances/thor/configuration.nix +++ b/instances/thor/configuration.nix @@ -255,7 +255,7 @@ xserver = { enable = true; - desktopManager.gnome.enable = true; + # desktopManager.gnome.enable = true; displayManager.gdm = { enable = true; autoSuspend = false; diff --git a/modules/hm/hyprland.nix b/modules/hm/hyprland.nix index 3ba8763..e2a2926 100644 --- a/modules/hm/hyprland.nix +++ b/modules/hm/hyprland.nix @@ -34,7 +34,6 @@ wofi wofi-emoji wtype - xdg-desktop-portal-gtk ; };