This commit is contained in:
blahai 2025-03-03 12:21:50 +02:00
parent eb43625196
commit 7545cdb42e
Signed by: blahai
SSH key fingerprint: SHA256:ZfCryi+V64yG+vC1ZIIsqgvBCmA31tTi7RJ6M8CvpRc
4 changed files with 14 additions and 14 deletions

18
flake.lock generated
View file

@ -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": {

View file

@ -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";
};

View file

@ -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

View file

@ -60,7 +60,7 @@
};
iconTheme = {
name = "WhiteSur";
package = pkgs-smol.whitesur-icon-theme.override {
package = pkgs.whitesur-icon-theme.override {
boldPanelIcons = true;
alternativeIcons = true;
};