Compare commits

..

No commits in common. "e8f1325d13917b76805cedcb24c5f02f1beac5da" and "39136e1877633a9dd2081402b24f3eb7101d624b" have entirely different histories.

3 changed files with 89 additions and 1119 deletions

1197
flake.lock

File diff suppressed because it is too large Load diff

View file

@ -34,10 +34,10 @@
catppuccin.url = "github:catppuccin/nix";
# Conduit fork without all the fuss and drama
conduwuit = {
url = "github:girlbossceo/conduwuit";
inputs.nixpkgs.follows = "nixpkgs";
};
# conduwuit = {
# url = "github:girlbossceo/conduwuit";
# inputs.nixpkgs.follows = "nixpkgs";
# };
# Nix index database files
nix-index-database.url = "github:nix-community/nix-index-database";
@ -97,7 +97,7 @@
jovian,
nixos-hardware,
nix-index-database,
conduwuit,
# conduwuit,
...
} @ inputs: let
inherit (self) outputs;

View file

@ -18,7 +18,6 @@
home.packages = with pkgs; [
heroic
r2modman
ryujinx
];
programs.mangohud = {