From 7545cdb42eea452756238abb2938e1243986c513 Mon Sep 17 00:00:00 2001 From: blahai Date: Mon, 3 Mar 2025 12:21:50 +0200 Subject: [PATCH] a --- flake.lock | 18 +++++++++--------- flake.nix | 2 +- hosts/nyx/configuration.nix | 6 +++--- hosts/nyx/home.nix | 2 +- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/flake.lock b/flake.lock index e0a54a5..6158724 100644 --- a/flake.lock +++ b/flake.lock @@ -275,11 +275,11 @@ "rev": "3b6d33a2a2367ae074e728c111d064e9831710db", "revCount": 114, "type": "git", - "url": "https://git.blahai.gay/blahai/haipkgs.git" + "url": "https://gitlab.blahai.gay/elissa/haipkgs.git" }, "original": { "type": "git", - "url": "https://git.blahai.gay/blahai/haipkgs.git" + "url": "https://gitlab.blahai.gay/elissa/haipkgs.git" } }, "haivim": { @@ -419,11 +419,11 @@ "xdph": "xdph" }, "locked": { - "lastModified": 1740932677, - "narHash": "sha256-Bv1SDklgbVfMaaxm3uNiq5I1gWHpYGXdrvN62Nvc5BU=", + "lastModified": 1740963469, + "narHash": "sha256-P4Ey1FKfDQ9bD1Nf+N29RUuMBsfLgmpDpo/mizEho74=", "owner": "hyprwm", "repo": "Hyprland", - "rev": "474bfcbccd2180a1f8157efec093fc28792234b7", + "rev": "f1ef724a87b29a7937cfc328e0c7ea9445a90050", "type": "github" }, "original": { @@ -684,7 +684,7 @@ "narHash": "sha256-YMLrcBpf0TR5r/eaqm8lxzFPap2TxCor0ZGcK3a7+b8=", "rev": "b90bf629bbd835e61f1317b99e12f8c831017006", "type": "tarball", - "url": "https://git.lix.systems/api/v1/repos/lix-project/nixos-module/archive/b90bf629bbd835e61f1317b99e12f8c831017006.tar.gz" + "url": "https://git.lix.systems/api/v1/repos/lix-project/nixos-module/archive/b90bf629bbd835e61f1317b99e12f8c831017006.tar.gz?rev=b90bf629bbd835e61f1317b99e12f8c831017006" }, "original": { "type": "tarball", @@ -732,11 +732,11 @@ }, "nixpkgs-smol": { "locked": { - "lastModified": 1740938536, - "narHash": "sha256-m6Lz7cRoZ8GS7tziYrNWv0WXTYtKx3oOC9Bwa6a13EA=", + "lastModified": 1740981371, + "narHash": "sha256-Up7YlXIupmT7fEtC4Oj676M91INg0HAoamiswAsA3rc=", "owner": "nixos", "repo": "nixpkgs", - "rev": "2ffed2bc3d27861b821f9bec127cf51a4dbfabb4", + "rev": "1d2fe0135f360c970aee1d57a53f816f3c9bddae", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 98cd972..6ed7d84 100644 --- a/flake.nix +++ b/flake.nix @@ -16,7 +16,7 @@ }; haipkgs = { - url = "git+https://git.blahai.gay/blahai/haipkgs.git"; + url = "git+https://gitlab.blahai.gay/elissa/haipkgs.git"; inputs = { nixpkgs.follows = "nixpkgs"; }; diff --git a/hosts/nyx/configuration.nix b/hosts/nyx/configuration.nix index 3e2a8dc..2fcac67 100644 --- a/hosts/nyx/configuration.nix +++ b/hosts/nyx/configuration.nix @@ -154,7 +154,7 @@ hyprland = { enable = true; package = inputs.hyprland.packages."${pkgs.system}".hyprland; - portalPackage = inputs.hyprland.packages."${pkgs.system}".hyprland; + portalPackage = inputs.hyprland.packages."${pkgs.system}".xdg-desktop-portal-hyprland; }; direnv = {enable = true;}; @@ -255,8 +255,8 @@ cava socat btrfs-progs - pkgs-smol.btop-rocm - pkgs-smol.rocmPackages.rocm-smi + btop-rocm + rocmPackages.rocm-smi hyprcursor grimblast neovim diff --git a/hosts/nyx/home.nix b/hosts/nyx/home.nix index 029ece6..38ba1e0 100644 --- a/hosts/nyx/home.nix +++ b/hosts/nyx/home.nix @@ -60,7 +60,7 @@ }; iconTheme = { name = "WhiteSur"; - package = pkgs-smol.whitesur-icon-theme.override { + package = pkgs.whitesur-icon-theme.override { boldPanelIcons = true; alternativeIcons = true; };