updated flake inputs

This commit is contained in:
2026-02-18 15:52:27 -05:00
parent 79ffcea64b
commit b188e29dfd
19 changed files with 1616 additions and 316 deletions

View File

@@ -1,4 +1,4 @@
{ lib, config, ... }: {
{ lib, config, pkgs, ... }: {
options = {
movOpts.softwareCfg.steamConfig.enable =
lib.mkEnableOption "enables steam configuration";
@@ -7,6 +7,9 @@
programs.steam = {
enable = true;
remotePlay.openFirewall = true;
extraCompatPackages = with pkgs; [
proton-ge-bin
];
};
};
}

View File

@@ -5,6 +5,7 @@
};
config = lib.mkIf config.movOpts.softwareCfg.sysPkgs.enable {
environment.systemPackages = with pkgs; [
dotnetCorePackages.sdk_8_0_4xx
alsa-lib
xwayland
wayland
@@ -59,6 +60,7 @@
man-pages
man-pages-posix
most
wget
];
};
}

View File

@@ -13,6 +13,7 @@
];
};
services = {
davfs2.enable = true;
keyd = {
enable = true;
keyboards.default = {