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