system update and various missed changes

This commit is contained in:
outfoxxed 2024-03-08 05:13:08 -08:00
parent d388842a87
commit 1dd031aa6b
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
6 changed files with 204 additions and 108 deletions

View file

@ -4,6 +4,11 @@
stable.url = "nixpkgs/nixos-23.05";
flake-utils.url = "github:numtide/flake-utils";
nix-index-database = {
url = "github:Mic92/nix-index-database";
inputs.nixpkgs.follows = "nixpkgs";
};
home-manager = {
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
@ -22,6 +27,12 @@
inputs.flake-utils.follows = "flake-utils";
};
radicle = {
url = "git+https://seed.radicle.xyz/z3gqcJUoA1n9HaHKufZs5FCSGazv5.git";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-utils.follows = "flake-utils";
};
hyprland = {
url = "github:hyprwm/Hyprland";
inputs.nixpkgs.follows = "nixpkgs";
@ -32,9 +43,9 @@
inputs.hyprland.follows = "hyprland";
};
hyprfocus = {
url = "github:VortexCoyote/hyprfocus";
inputs.hyprland.follows = "hyprland";
quickshell = {
url = "git+https://git.outfoxxed.me/outfoxxed/quickshell";
inputs.nixpkgs.follows = "nixpkgs";
};
hyprpaper = {