so much organization
This commit is contained in:
@@ -33,7 +33,6 @@ let
|
||||
kdePackages.ksvg
|
||||
memtest86-efi
|
||||
memtest86plus
|
||||
# occt
|
||||
os-prober
|
||||
nil
|
||||
qemu_full
|
||||
@@ -50,57 +49,6 @@ let
|
||||
unzip
|
||||
winetricks
|
||||
];
|
||||
lactConfig = ''
|
||||
daemon:
|
||||
log_level: info
|
||||
admin_groups:
|
||||
- wheel
|
||||
- sudo
|
||||
disable_clocks_cleanup: false
|
||||
apply_settings_timer: 5
|
||||
gpus:
|
||||
1002:73BF-1002:0E3A-0000:03:00.0:
|
||||
fan_control_enabled: true
|
||||
fan_control_settings:
|
||||
mode: curve
|
||||
static_speed: 1.0
|
||||
temperature_key: edge
|
||||
interval_ms: 500
|
||||
curve:
|
||||
30: 0.0
|
||||
40: 0.2
|
||||
50: 0.35
|
||||
60: 0.5
|
||||
70: 0.75
|
||||
80: 1.0
|
||||
spindown_delay_ms: 0
|
||||
change_threshold: 0
|
||||
pmfw_options: {}
|
||||
power_cap: 293.0
|
||||
performance_level: auto
|
||||
voltage_offset: 0
|
||||
power_states: {}
|
||||
'';
|
||||
# occt = pkgs.stdenv.mkDerivation {
|
||||
# pname = "occt";
|
||||
# version = "14.0.10";
|
||||
|
||||
# src = pkgs.fetchurl {
|
||||
# url = "https://www.ocbase.com/download-bin/edition:Personal/os:Linux";
|
||||
# sha256 = "sha256-AomQNi7ODGaznFaHqxlFUcrV36QeLNC65MoCV2y6HZ8=";
|
||||
# };
|
||||
|
||||
# dontUnpack = true;
|
||||
|
||||
# buildPhase = ''
|
||||
# mkdir -p $out/bin
|
||||
# cp $src $out/bin/OCCT
|
||||
# chmod +x $out/bin/OCCT
|
||||
# '';
|
||||
|
||||
|
||||
# installPhase = "true";
|
||||
# };
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
@@ -112,10 +60,6 @@ in
|
||||
./services.nix
|
||||
./sops.nix
|
||||
./users.nix
|
||||
../default.nix
|
||||
../../modules/desktop-environments/cosmic/specialisation.nix
|
||||
../../modules/desktop-environments/hyprland/specialisation.nix
|
||||
../../share/amd
|
||||
];
|
||||
|
||||
nix = {
|
||||
@@ -135,8 +79,6 @@ in
|
||||
environment = {
|
||||
systemPackages = systemPackages;
|
||||
|
||||
# etc."lact/config.yaml".text = lactConfig;
|
||||
|
||||
variables = environmentVariables;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user