89 current 2024-03-01 14:18:53 24.05.20240228.9099616 6.6.18 *

This commit is contained in:
zackartz 2024-03-01 14:18:58 -05:00
parent 03bcd6cf68
commit 075623a0dd
3 changed files with 104 additions and 2 deletions

101
flake.lock generated
View file

@ -55,6 +55,24 @@
"inputs": {
"systems": "systems_2"
},
"locked": {
"lastModified": 1705309234,
"narHash": "sha256-uNRRNRKmJyCRC/8y1RqBkqWBLM034y4qN7EprSdmgyA=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "1ef2e671c3b0c19053962c07dbda38332dcebf26",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"flake-utils_2": {
"inputs": {
"systems": "systems_3"
},
"locked": {
"lastModified": 1701680307,
"narHash": "sha256-kAuep2h5ajznlPMD9rnQyffWG8EM/C73lejGofXvdM8=",
@ -247,6 +265,34 @@
"type": "github"
}
},
"kb-gui": {
"inputs": {
"flake-utils": [
"kb-gui",
"rust-overlay",
"flake-utils"
],
"nixpkgs": [
"kb-gui",
"rust-overlay",
"nixpkgs"
],
"rust-overlay": "rust-overlay"
},
"locked": {
"lastModified": 1709320541,
"narHash": "sha256-GiEMDFN65u8dkv3y3099IAXpVJ4NLDI/Vva2ZGbI+jA=",
"owner": "zackartz",
"repo": "kb-gui",
"rev": "5e4547b36da1afa06e5c1e40a65d3850e6bf16e2",
"type": "github"
},
"original": {
"owner": "zackartz",
"repo": "kb-gui",
"type": "github"
}
},
"nix-darwin": {
"inputs": {
"nixpkgs": [
@ -269,6 +315,22 @@
}
},
"nixpkgs": {
"locked": {
"lastModified": 1706487304,
"narHash": "sha256-LE8lVX28MV2jWJsidW13D2qrHU/RUUONendL2Q/WlJg=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "90f456026d284c22b3e3497be980b2e47d0b28ac",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs_2": {
"locked": {
"lastModified": 1709150264,
"narHash": "sha256-HofykKuisObPUfj0E9CJVfaMhawXkYx3G8UIFR/XQ38=",
@ -312,7 +374,7 @@
"pre-commit-hooks": {
"inputs": {
"flake-compat": "flake-compat_2",
"flake-utils": "flake-utils",
"flake-utils": "flake-utils_2",
"gitignore": "gitignore",
"nixpkgs": [
"nixvim",
@ -343,10 +405,30 @@
"hyprcontrib": "hyprcontrib",
"hyprland": "hyprland",
"hyprland-plugins": "hyprland-plugins",
"nixpkgs": "nixpkgs",
"kb-gui": "kb-gui",
"nixpkgs": "nixpkgs_2",
"nixvim": "nixvim"
}
},
"rust-overlay": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
},
"locked": {
"lastModified": 1709259239,
"narHash": "sha256-MbrpgqpvUND7+UnOSLazrAMj0+zle16RRiOKTtjBefw=",
"owner": "oxalica",
"repo": "rust-overlay",
"rev": "0e031ddb3f5a339dc6eda93d271ae43618b14eec",
"type": "github"
},
"original": {
"owner": "oxalica",
"repo": "rust-overlay",
"type": "github"
}
},
"systems": {
"locked": {
"lastModified": 1689347949,
@ -377,6 +459,21 @@
"type": "github"
}
},
"systems_3": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
},
"wlroots": {
"flake": false,
"locked": {

View file

@ -28,6 +28,10 @@
url = "github:hyprwm/contrib";
inputs.nixpkgs.follows = "nixpkgs";
};
kb-gui = {
url = "github:zackartz/kb-gui";
};
};
outputs = {

View file

@ -64,6 +64,7 @@
pkgs.btop
pkgs.zoom-us
pkgs.pavucontrol
inputs.kb-gui.packages.${pkgs.system}.kb
# # You can also create simple shell scripts directly inside your
# # configuration. For example, this adds a command 'my-hello' to your