configuration: changes

This commit is contained in:
Mateusz Słodkowicz 2024-03-27 11:23:52 +01:00
parent d1b0530596
commit 8ce0c144e5
Signed by: materus
GPG Key ID: 28D140BCA60B4FD1
2 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@
config = { config, pkgs, ... }: { environment.systemPackages = with pkgs; [ wayfire ]; };
autoStart = false;
};*/
services.davfs2.enable = true;
environment.systemPackages = with pkgs; [
gamescope
#(pkgs.lutris.override { extraLibraries = pkgs: with pkgs; [ pkgs.samba pkgs.jansson pkgs.tdb pkgs.libunwind pkgs.libusb1 pkgs.gnutls pkgs.gtk3 pkgs.pango ]; })