add corectrl
This commit is contained in:
parent
3df7a76983
commit
3df309ac37
@ -1,4 +1,4 @@
|
||||
{ config, pkgs, ... }: {
|
||||
{ config, pkgs, lib, ... }: {
|
||||
defaultApplications = {
|
||||
fm = {
|
||||
cmd = "${pkgs.xfce4-14.thunar}/bin/thunar";
|
||||
@ -38,6 +38,8 @@
|
||||
messenger.cmd
|
||||
"${pkgs.keepassxc}/bin/keepassxc --keyfile=/home/alukard/.passwords.key /home/alukard/nixos-config/misc/Passwords.kdbx"
|
||||
"${term.cmd} spt"
|
||||
] ++ lib.optionals (config.deviceSpecific.devInfo.gpu.vendor == "amd") [
|
||||
"${pkgs.corectrl}/bin/corectrl"
|
||||
];
|
||||
|
||||
environment.sessionVariables = {
|
||||
|
@ -1,19 +1,7 @@
|
||||
{ pkgs, config, lib, ... }:
|
||||
with config.deviceSpecific; {
|
||||
programs.adb.enable = true;
|
||||
|
||||
# programs.java = {
|
||||
# enable = true;
|
||||
# package = if (config.device == "AMD-Workstation") then pkgs.jdk13 else pkgs.jre;
|
||||
# };
|
||||
|
||||
# Install cdemu for some gaming purposes
|
||||
# programs.cdemu = {
|
||||
# enable = true;
|
||||
# image-analyzer = false;
|
||||
# gui = false;
|
||||
# group = "cdrom";
|
||||
# };
|
||||
programs.corectrl.enable = lib.mkIf (devInfo.gpu.vendor == "amd") true;
|
||||
|
||||
home-manager.users.alukard.home.packages = with pkgs; [
|
||||
# cli
|
||||
@ -58,6 +46,7 @@ with config.deviceSpecific; {
|
||||
# gdu
|
||||
micro
|
||||
ncdu
|
||||
nix-tree
|
||||
nnn
|
||||
procs
|
||||
ranger
|
||||
@ -68,14 +57,16 @@ with config.deviceSpecific; {
|
||||
blueman
|
||||
bookworm
|
||||
discord
|
||||
easyeffects
|
||||
feh
|
||||
gnome.eog
|
||||
gparted
|
||||
keepassxc
|
||||
persepolis
|
||||
pinta
|
||||
easyeffects
|
||||
qbittorrent
|
||||
quodlibet
|
||||
scrcpy
|
||||
spotifywm
|
||||
system-config-printer
|
||||
tdesktop
|
||||
@ -84,6 +75,7 @@ with config.deviceSpecific; {
|
||||
xfce4-14.xfce4-taskmanager
|
||||
youtube-to-mpv
|
||||
zathura
|
||||
zoom-us
|
||||
|
||||
# misc
|
||||
# i3status-rust
|
||||
@ -93,10 +85,8 @@ with config.deviceSpecific; {
|
||||
libreoffice
|
||||
] ++ lib.optionals isGaming [
|
||||
lutris
|
||||
protontricks
|
||||
# retroarch
|
||||
# (steam.override { withJava = true; })
|
||||
# steam-run
|
||||
mangohud
|
||||
obs-studio
|
||||
wine
|
||||
winetricks
|
||||
] ++ lib.optionals isLaptop [
|
||||
|
@ -26,6 +26,7 @@ with config.deviceSpecific; {
|
||||
"scanner"
|
||||
"lp"
|
||||
"dialout"
|
||||
"corectrl"
|
||||
];
|
||||
description = "Дмитрий Холкин";
|
||||
uid = 1000;
|
||||
|
Loading…
x
Reference in New Issue
Block a user