mirror of
https://github.com/blahai/nyx.git
synced 2025-04-04 18:29:34 +00:00
a
This commit is contained in:
parent
eb43625196
commit
7545cdb42e
4 changed files with 14 additions and 14 deletions
18
flake.lock
generated
18
flake.lock
generated
|
@ -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": {
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -60,7 +60,7 @@
|
|||
};
|
||||
iconTheme = {
|
||||
name = "WhiteSur";
|
||||
package = pkgs-smol.whitesur-icon-theme.override {
|
||||
package = pkgs.whitesur-icon-theme.override {
|
||||
boldPanelIcons = true;
|
||||
alternativeIcons = true;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue