Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
befae3aad3
|
@ -566,7 +566,7 @@
|
||||||
homeConfigurations = {
|
homeConfigurations = {
|
||||||
"deck" = let
|
"deck" = let
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
pkgs = pkgsFor system;
|
pkgs = unstable.pkgsFor system;
|
||||||
in
|
in
|
||||||
home-manager-unstable.lib.homeManagerConfiguration {
|
home-manager-unstable.lib.homeManagerConfiguration {
|
||||||
inherit pkgs;
|
inherit pkgs;
|
||||||
|
|
|
@ -563,16 +563,20 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
gaming = {
|
gaming = {pkgs, ...}: {
|
||||||
imports = with nixosModules; [
|
imports = with nixosModules; [
|
||||||
lutris
|
lutris
|
||||||
steam
|
steam
|
||||||
|
];
|
||||||
|
|
||||||
|
environment = {
|
||||||
|
systemPackages = with pkgs; [
|
||||||
ludusavi
|
ludusavi
|
||||||
# ludusavi uses rclone
|
# ludusavi uses rclone
|
||||||
rclone
|
rclone
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
|
||||||
pipewire = {
|
pipewire = {
|
||||||
services.pipewire = {
|
services.pipewire = {
|
||||||
|
|
Loading…
Reference in a new issue