mirror of
https://github.com/Superredstone/nixos.git
synced 2026-06-17 15:24:39 +02:00
feat(package): add lutris from nixpkgs-25-11
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||||
|
nixpkgs-25-11.url = "github:nixos/nixpkgs/nixos-25.11";
|
||||||
home-manager = {
|
home-manager = {
|
||||||
url = "github:nix-community/home-manager";
|
url = "github:nix-community/home-manager";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
@@ -25,6 +26,7 @@
|
|||||||
outputs =
|
outputs =
|
||||||
{
|
{
|
||||||
nixpkgs,
|
nixpkgs,
|
||||||
|
nixpkgs-25-11,
|
||||||
home-manager,
|
home-manager,
|
||||||
nixvim,
|
nixvim,
|
||||||
spotiflac-cli,
|
spotiflac-cli,
|
||||||
@@ -48,6 +50,7 @@
|
|||||||
noctalia
|
noctalia
|
||||||
inputs
|
inputs
|
||||||
nixpkgs
|
nixpkgs
|
||||||
|
nixpkgs-25-11
|
||||||
home-manager
|
home-manager
|
||||||
;
|
;
|
||||||
};
|
};
|
||||||
|
|||||||
+3
-1
@@ -7,6 +7,7 @@
|
|||||||
noctalia,
|
noctalia,
|
||||||
inputs,
|
inputs,
|
||||||
nixpkgs,
|
nixpkgs,
|
||||||
|
nixpkgs-25-11,
|
||||||
home-manager,
|
home-manager,
|
||||||
}:
|
}:
|
||||||
name:
|
name:
|
||||||
@@ -26,10 +27,11 @@ let
|
|||||||
HMConfig = ../home;
|
HMConfig = ../home;
|
||||||
systemPackages = ../modules/packages.nix;
|
systemPackages = ../modules/packages.nix;
|
||||||
specialArgs = {
|
specialArgs = {
|
||||||
pkgs-stable = import nixpkgs {
|
pkgs-unstable = import nixpkgs {
|
||||||
inherit system;
|
inherit system;
|
||||||
config.allowUnfree = true;
|
config.allowUnfree = true;
|
||||||
};
|
};
|
||||||
|
pkgs-25-11 = nixpkgs-25-11.legacyPackages.${system};
|
||||||
currentSystem = system;
|
currentSystem = system;
|
||||||
currentSystemName = name;
|
currentSystemName = name;
|
||||||
currentSystemUser = user;
|
currentSystemUser = user;
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
pkgs,
|
pkgs,
|
||||||
|
pkgs-25-11,
|
||||||
gamingSystem,
|
gamingSystem,
|
||||||
workSystem,
|
workSystem,
|
||||||
currentSystemDe,
|
currentSystemDe,
|
||||||
@@ -103,6 +104,8 @@
|
|||||||
|
|
||||||
# Required for Discord RPC
|
# Required for Discord RPC
|
||||||
arrpc
|
arrpc
|
||||||
|
|
||||||
|
pkgs-25-11.lutris-free
|
||||||
]
|
]
|
||||||
else
|
else
|
||||||
[ ]
|
[ ]
|
||||||
|
|||||||
Reference in New Issue
Block a user