Compare commits
No commits in common. "e8f1325d13917b76805cedcb24c5f02f1beac5da" and "39136e1877633a9dd2081402b24f3eb7101d624b" have entirely different histories.
e8f1325d13
...
39136e1877
1197
flake.lock
1197
flake.lock
File diff suppressed because it is too large
Load diff
10
flake.nix
10
flake.nix
|
@ -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;
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
home.packages = with pkgs; [
|
||||
heroic
|
||||
r2modman
|
||||
ryujinx
|
||||
];
|
||||
|
||||
programs.mangohud = {
|
||||
|
|
Loading…
Reference in a new issue