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