lots of stuff idk
This commit is contained in:
parent
a18ceb4f2e
commit
4e5f0a6e0b
39 changed files with 439 additions and 81 deletions
|
@ -1,5 +1,5 @@
|
|||
{pkgs, ...}: {
|
||||
environment.systemPackages = [pkgs.steam-run];
|
||||
#environment.systemPackages = [pkgs.steam-run];
|
||||
|
||||
programs.nix-ld.enable = true;
|
||||
programs.nix-ld.libraries = with pkgs; [
|
||||
|
@ -55,6 +55,4 @@
|
|||
xorg.libxshmfence
|
||||
zlib
|
||||
];
|
||||
# symlinks binaries to /bin, fixes hard coded shebangs
|
||||
services.envfs.enable = true;
|
||||
}
|
||||
|
|
3
system/core/gvfs.nix
Normal file
3
system/core/gvfs.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
services.gvfs.enable = true;
|
||||
}
|
|
@ -5,7 +5,10 @@
|
|||
shell = pkgs.zsh;
|
||||
extraGroups = [
|
||||
"wheel"
|
||||
"input"
|
||||
"video"
|
||||
"render"
|
||||
"audio"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue