Merge branch 'rewrite' into main-merge

This commit is contained in:
Christoph Hollizeck 2025-11-13 01:02:09 +01:00
commit 1c5847d03b
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
17 changed files with 404 additions and 247 deletions

View file

@ -7,6 +7,7 @@
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
systems.url = "github:nix-systems/default-linux";
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs-master.url = "github:nixos/nixpkgs/master";
flake-parts.url = "github:hercules-ci/flake-parts";
import-tree.url = "github:vic/import-tree";
@ -40,6 +41,11 @@
inputs.nixpkgs.follows = "nixpkgs-unstable";
};
nix-gaming = {
url = "github:fufexan/nix-gaming";
inputs.nixpkgs.follows = "nixpkgs-unstable";
};
###
# hyprland stuff
hyprland = {