removed unimportant packages
Some checks failed
Verify Nix Flake / verify_build (push) Failing after 1m1s
Some checks failed
Verify Nix Flake / verify_build (push) Failing after 1m1s
This commit is contained in:
parent
52e7d921d6
commit
ecd325b830
@ -37,14 +37,14 @@
|
||||
|
||||
services = {
|
||||
pipewire = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
alsa.enable = true;
|
||||
alsa.support32Bit = true;
|
||||
pulse.enable = true;
|
||||
jack.enable = true;
|
||||
};
|
||||
wivrn = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
defaultRuntime = true;
|
||||
autoStart = true;
|
||||
};
|
||||
@ -56,7 +56,7 @@
|
||||
};
|
||||
|
||||
stylix = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
autoEnable = true;
|
||||
polarity = "light";
|
||||
image = ../laptop/wallpaper.png;
|
||||
@ -110,16 +110,16 @@
|
||||
|
||||
programs = {
|
||||
zsh.enable = true;
|
||||
steam.enable = true;
|
||||
gamescope.enable = true;
|
||||
envision.enable = true;
|
||||
corectrl.enable = true;
|
||||
steam.enable = false;
|
||||
gamescope.enable = false;
|
||||
envision.enable = false;
|
||||
corectrl.enable = false;
|
||||
};
|
||||
|
||||
users.users.k = {
|
||||
isNormalUser = true;
|
||||
description = "k";
|
||||
extraGroups = ["networkmanager" "wheel"];
|
||||
extraGroups = ["networkmanager" "wheel" "docker"];
|
||||
packages = with pkgs; [zsh];
|
||||
shell = pkgs.zsh;
|
||||
};
|
||||
|
||||
@ -6,42 +6,42 @@
|
||||
}: {
|
||||
imports = [../home/home_common.nix];
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
steam
|
||||
neovim
|
||||
firefox
|
||||
wivrn
|
||||
opencomposite
|
||||
wlx-overlay-s
|
||||
glslang
|
||||
gst_all_1.gstreamer
|
||||
libdrm
|
||||
openxr-loader
|
||||
khronos-ocl-icd-loader
|
||||
];
|
||||
};
|
||||
#home = {
|
||||
# packages = with pkgs; [
|
||||
# steam
|
||||
# neovim
|
||||
# firefox
|
||||
# wivrn
|
||||
# opencomposite
|
||||
# wlx-overlay-s
|
||||
# glslang
|
||||
# gst_all_1.gstreamer
|
||||
# libdrm
|
||||
# openxr-loader
|
||||
# khronos-ocl-icd-loader
|
||||
# ];
|
||||
#};
|
||||
|
||||
# For WiVRn:
|
||||
xdg.configFile."openxr/1/active_runtime.json".source = "${pkgs.wivrn}/share/openxr/1/openxr_wivrn.json";
|
||||
#xdg.configFile."openxr/1/active_runtime.json".source = "${pkgs.wivrn}/share/openxr/1/openxr_wivrn.json";
|
||||
|
||||
xdg.configFile."openvr/openvrpaths.vrpath".text = ''
|
||||
{
|
||||
"config" :
|
||||
[
|
||||
"${config.xdg.dataHome}/Steam/config"
|
||||
],
|
||||
"external_drivers" : null,
|
||||
"jsonid" : "vrpathreg",
|
||||
"log" :
|
||||
[
|
||||
"${config.xdg.dataHome}/Steam/logs"
|
||||
],
|
||||
"runtime" :
|
||||
[
|
||||
"${pkgs.opencomposite}/lib/opencomposite"
|
||||
],
|
||||
"version" : 1
|
||||
}
|
||||
'';
|
||||
#xdg.configFile."openvr/openvrpaths.vrpath".text = ''
|
||||
# {
|
||||
# "config" :
|
||||
# [
|
||||
# "${config.xdg.dataHome}/Steam/config"
|
||||
# ],
|
||||
# "external_drivers" : null,
|
||||
# "jsonid" : "vrpathreg",
|
||||
# "log" :
|
||||
# [
|
||||
# "${config.xdg.dataHome}/Steam/logs"
|
||||
# ],
|
||||
# "runtime" :
|
||||
# [
|
||||
# "${pkgs.opencomposite}/lib/opencomposite"
|
||||
# ],
|
||||
# "version" : 1
|
||||
# }
|
||||
#'';
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user