1
1
Fork 0

Compare commits

..

No commits in common. "a0b9cde0652fb9c2d832aae2326e887e325ecc3f" and "87064abe0ec3ab6f4b7fb9d67572ca35760dbe4f" have entirely different histories.

5 changed files with 0 additions and 39 deletions

View file

@ -18,11 +18,6 @@ in {
width = 2256; width = 2256;
height = 1504; height = 1504;
scale = 1.5; scale = 1.5;
# BUG: Phoenix support not currently functional
# https://github.com/Cryolitia/ryzen_smu/issues/1
#// programs.ryzenadj.enable = true;
settings.storage.mnt = ["myve"]; settings.storage.mnt = ["myve"];
services = { services = {

View file

@ -1,16 +0,0 @@
{
config,
lib,
pkgs,
...
}:
with lib; let
cfg = config.custom.programs.ryzenadj;
in {
options.custom.programs.ryzenadj.enable = mkOption {default = false;};
config = mkIf cfg.enable {
environment.systemPackages = with pkgs; [ryzenadj];
hardware.cpu.amd.ryzen-smu.enable = true;
};
}

View file

@ -46,7 +46,6 @@ with lib; {
#// swayidle.enable = true; #// swayidle.enable = true;
swaync.enable = true; swaync.enable = true;
swayosd.enable = true; swayosd.enable = true;
usbmuxd.enable = true;
#// xembed-sni-proxy.enable = true; #// xembed-sni-proxy.enable = true;
#// zerotierone.enable = true; #// zerotierone.enable = true;
}) })

View file

@ -1,16 +0,0 @@
{
config,
lib,
pkgs,
...
}:
with lib; let
cfg = config.custom.services.usbmuxd;
in {
options.custom.services.usbmuxd.enable = mkOption {default = false;};
config = mkIf cfg.enable {
services.usbmuxd.enable = true;
environment.systemPackages = with pkgs; [libimobiledevice];
};
}

View file

@ -35,7 +35,6 @@ in {
progress # Coreutils progress viewer progress # Coreutils progress viewer
rclone # File sync rclone # File sync
stress # CPU stress tester stress # CPU stress tester
testdisk # Data recovery tool
trashy # CLI trash trashy # CLI trash
waypipe # Wayland proxy waypipe # Wayland proxy
wl-clipboard # Wayland clipboard wl-clipboard # Wayland clipboard