fix dzgui

This commit is contained in:
Leonardo Eugênio 2023-01-19 19:52:34 -03:00
parent 86a6736bae
commit d1e7d28b67
4 changed files with 25 additions and 4 deletions

View File

@ -56,6 +56,23 @@
"type": "github"
}
},
"dzgui": {
"flake": false,
"locked": {
"lastModified": 1674148891,
"narHash": "sha256-hztFudb7EGrsdc+gCRXqEIuiuTvCp64m0U5znzV3Ab4=",
"owner": "aclist",
"repo": "dztui",
"rev": "8b19f6340b6761c98cc771e9ef03ed60000683d5",
"type": "github"
},
"original": {
"owner": "aclist",
"ref": "dzgui",
"repo": "dztui",
"type": "github"
}
},
"fenix": {
"inputs": {
"nixpkgs": [
@ -347,6 +364,7 @@
"agenix": "agenix",
"alacritty-sixel": "alacritty-sixel",
"dhist": "dhist",
"dzgui": "dzgui",
"home-manager": "home-manager",
"hyprland": "hyprland",
"material-wifi-icons": "material-wifi-icons",

View File

@ -46,6 +46,9 @@
agenix.url = "github:ryantm/agenix";
dzgui.url = "github:aclist/dztui/dzgui";
dzgui.flake = false;
# my stuff
dhist = {
url = "github:lelgenio/dhist";

View File

@ -5,9 +5,9 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "aclist";
repo = pname;
rev = "d1c0de75ee8ded449ab1c5a293e91891e5f78346";
sha256 = "sha256-Jy6vHWA0u+4yonsJlHgJYvtceYT6lHeWeaX0fawETVo=";
repo = "dztui";
rev = "10c29c0542a07fb81b5922f96b416e3a2e8079cc";
sha256 = "sha256-VmW0ohXK+9CAr4yGaA/NSW7+E1vUvZthom8MculmOEs=";
};
nativeBuildInputs = [ makeWrapper ];

View File

@ -73,7 +73,7 @@ in {
## games
# lutris-unwrapped
steam # It's enabled in the system config
dzgui
(dzgui.overrideAttrs (_: { src = inputs.dzgui; }))
## chat
thunderbird