feat: add proton cachyos.
This commit is contained in:
parent
c4a3332672
commit
b8aebd054f
4 changed files with 43 additions and 1 deletions
37
flake.lock
generated
37
flake.lock
generated
|
|
@ -1784,6 +1784,22 @@
|
|||
}
|
||||
},
|
||||
"nixpkgs_10": {
|
||||
"locked": {
|
||||
"lastModified": 1772542754,
|
||||
"narHash": "sha256-WGV2hy+VIeQsYXpsLjdr4GvHv5eECMISX1zKLTedhdg=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "8c809a146a140c5c8806f13399592dbcb1bb5dc4",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "nixos",
|
||||
"ref": "nixos-unstable",
|
||||
"repo": "nixpkgs",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"nixpkgs_11": {
|
||||
"locked": {
|
||||
"lastModified": 1719082008,
|
||||
"narHash": "sha256-jHJSUH619zBQ6WdC21fFAlDxHErKVDJ5fpN0Hgx4sjs=",
|
||||
|
|
@ -2134,10 +2150,28 @@
|
|||
"type": "github"
|
||||
}
|
||||
},
|
||||
"proton-cachyos": {
|
||||
"inputs": {
|
||||
"nixpkgs": "nixpkgs_10"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1772601901,
|
||||
"narHash": "sha256-QN/2iE3gbqUH0p3lAEi40023PAireKB2IDPtLLTAINc=",
|
||||
"owner": "powerofthe69",
|
||||
"repo": "proton-cachyos-nix",
|
||||
"rev": "1e5b1871a6ec6b0e4c24e92a01ed52212f1f932c",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "powerofthe69",
|
||||
"repo": "proton-cachyos-nix",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"pyprland": {
|
||||
"inputs": {
|
||||
"flake-compat": "flake-compat_10",
|
||||
"nixpkgs": "nixpkgs_10",
|
||||
"nixpkgs": "nixpkgs_11",
|
||||
"pyproject-nix": "pyproject-nix",
|
||||
"systems": "systems_10"
|
||||
},
|
||||
|
|
@ -2201,6 +2235,7 @@
|
|||
"nix-on-droid": "nix-on-droid",
|
||||
"nixpkgs": "nixpkgs_9",
|
||||
"note": "note",
|
||||
"proton-cachyos": "proton-cachyos",
|
||||
"pyprland": "pyprland",
|
||||
"secrets": "secrets",
|
||||
"stylix": "stylix",
|
||||
|
|
|
|||
|
|
@ -152,6 +152,9 @@
|
|||
|
||||
# Cachy os kernel
|
||||
nix-cachyos-kernel.url = "github:xddxdd/nix-cachyos-kernel/release";
|
||||
|
||||
# Proton cachyos
|
||||
proton-cachyos.url = "github:powerofthe69/proton-cachyos-nix";
|
||||
};
|
||||
|
||||
outputs = {
|
||||
|
|
|
|||
|
|
@ -17,6 +17,9 @@
|
|||
enable = true;
|
||||
protontricks.enable = true;
|
||||
localNetworkGameTransfers.openFirewall = true;
|
||||
extraCompatPackages = with pkgs; [
|
||||
proton-cachyos-x86_64_v3
|
||||
];
|
||||
};
|
||||
# Enable gamescope
|
||||
programs.gamescope = {
|
||||
|
|
|
|||
|
|
@ -47,6 +47,7 @@
|
|||
})
|
||||
(import inputs.emacs-overlay)
|
||||
inputs.nix-cachyos-kernel.overlays.pinned
|
||||
inputs.proton-cachyos.overlays.default
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue