fix: hyprland crash on startup

This commit is contained in:
Guz
2024-09-03 08:49:44 -03:00
parent 0f88e375ce
commit 48f03ec03a
2 changed files with 10 additions and 8 deletions

12
flake.lock generated
View File

@@ -45,11 +45,11 @@
},
"locked": {
"dir": "pkgs/firefox-addons",
"lastModified": 1725190550,
"narHash": "sha256-wztoBEipe+oTrGeP7B7N+WP1FfRlLvJhFuiLJt4FYsQ=",
"lastModified": 1725336225,
"narHash": "sha256-Vw+4VLgK1H2eQv28bydo+avEq+tUhz9wqSGL/DHFeMA=",
"owner": "rycee",
"repo": "nur-expressions",
"rev": "c0a6c29b335f318c50205c5cf2f4109f68618eb2",
"rev": "8802fff4e3048868a0ac140b6cb0d8dccb6c968c",
"type": "gitlab"
},
"original": {
@@ -401,11 +401,11 @@
]
},
"locked": {
"lastModified": 1725241333,
"narHash": "sha256-XbDeVD4LSkRwGeWwBxfILMpf0fIkrLIH7IF9GF6b9IM=",
"lastModified": 1725327587,
"narHash": "sha256-z7lJd8POhMuWJwUGyRRlo3G/udPvlo9dtwp6UR4SEGg=",
"owner": "Infinidoge",
"repo": "nix-minecraft",
"rev": "8c23a0dba95398c5cbd48d4eac5ce6a8f3be8a61",
"rev": "fc5904a5f57d53b75cff03fffee35bb9040da0be",
"type": "github"
},
"original": {

View File

@@ -24,6 +24,8 @@
programs.dconf.enable = true;
programs.hyprland.enable = true;
programs.hyprland.package =
inputs.hyprland.packages.${pkgs.system}.hyprland.override {};
programs.gnupg.agent = {
enable = true;
@@ -81,8 +83,8 @@
nix.settings = {
experimental-features = ["nix-command" "flakes"];
substituters = ["https://hyprland.cachix.org"];
trusted-public-keys = ["hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="];
# substituters = ["https://hyprland.cachix.org"];
# trusted-public-keys = ["hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="];
};
nix.package = pkgs.nixVersions.nix_2_21;