Fixes / changes
This commit is contained in:
parent
08fd6e1334
commit
53a10e993b
6 changed files with 5 additions and 13 deletions
|
@ -28,16 +28,12 @@
|
||||||
opt = nixpkgs.lib.optionals;
|
opt = nixpkgs.lib.optionals;
|
||||||
dirFiles = dir: map (file: "${dir}/${file}") (builtins.attrNames (builtins.readDir dir));
|
dirFiles = dir: map (file: "${dir}/${file}") (builtins.attrNames (builtins.readDir dir));
|
||||||
};
|
};
|
||||||
nixpkgs-teams = import inputs.nixpkgs-teams {
|
|
||||||
system = "x86_64-linux";
|
|
||||||
config.allowUnfree = true;
|
|
||||||
};
|
|
||||||
system = hostname: isDesktop:
|
system = hostname: isDesktop:
|
||||||
with dirUtils;
|
with dirUtils;
|
||||||
nixpkgs.lib.nixosSystem {
|
nixpkgs.lib.nixosSystem {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
specialArgs = {
|
specialArgs = {
|
||||||
inherit inputs self isDesktop dirUtils nixpkgs-teams;
|
inherit inputs self isDesktop dirUtils;
|
||||||
};
|
};
|
||||||
|
|
||||||
modules =
|
modules =
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
{environment.localBinInPath = true;}
|
|
|
@ -1,6 +1,5 @@
|
||||||
{
|
{
|
||||||
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||||
environment.sessionVariables.GSK_RENDERER = "ngl";
|
|
||||||
|
|
||||||
services.xserver = {
|
services.xserver = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -1,8 +1,4 @@
|
||||||
{
|
{pkgs, ...}: {
|
||||||
pkgs,
|
|
||||||
inputs,
|
|
||||||
...
|
|
||||||
}: {
|
|
||||||
programs.steam = {
|
programs.steam = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraCompatPackages = [pkgs.proton-ge-bin];
|
extraCompatPackages = [pkgs.proton-ge-bin];
|
||||||
|
|
|
@ -1 +1,3 @@
|
||||||
{...}: {}
|
{
|
||||||
|
# Todo
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue