1

Disable options-docs + rocm stuff

This commit is contained in:
2023-11-04 11:58:06 +01:00
parent f144765834
commit 0b0e2717d2
2 changed files with 49 additions and 46 deletions

View File

@ -9,7 +9,7 @@
dconf-editor-wrapped = pkgs.callPackage ./dconf-editor-wrapped {}; dconf-editor-wrapped = pkgs.callPackage ./dconf-editor-wrapped {};
dell-b1160w = pkgs.callPackage ./dell-b1160w {}; dell-b1160w = pkgs.callPackage ./dell-b1160w {};
firefox-gnome-theme = pkgs.callPackage ./firefox-gnome-theme {src = inputs.firefox-gnome-theme;}; firefox-gnome-theme = pkgs.callPackage ./firefox-gnome-theme {src = inputs.firefox-gnome-theme;};
modules-options-doc = pkgs.callPackage ./modules-options-doc {mylib = mylib;}; # modules-options-doc = pkgs.callPackage ./modules-options-doc {mylib = mylib;}; # TODO: Borked
spotdl-4_1_6 = pkgs.callPackage ./spotdl-4_1_6 {}; spotdl-4_1_6 = pkgs.callPackage ./spotdl-4_1_6 {};
xdg-desktop-portal-termfilechooser = pkgs.callPackage ./xdg-desktop-portal-termfilechooser {}; xdg-desktop-portal-termfilechooser = pkgs.callPackage ./xdg-desktop-portal-termfilechooser {};
wiiu-downloader = pkgs.callPackage ./wiiu-downloader {}; wiiu-downloader = pkgs.callPackage ./wiiu-downloader {};

View File

@ -386,12 +386,12 @@ rec {
glxinfo # opengl info glxinfo # opengl info
wayland-utils # wayland-info wayland-utils # wayland-info
aha # ansi html adapter? TODO: Why did I install this? aha # ansi html adapter? TODO: Why did I install this?
radeontop # radeontop
clinfo # OpenCL info clinfo # OpenCL info
vulkan-tools # vulkaninfo vulkan-tools # vulkaninfo
libva-utils # vainfo libva-utils # vainfo
vdpauinfo vdpauinfo
rocminfo # radeon comptute platform info # rocminfo # radeon comptute platform info
hwloc hwloc
lm_sensors lm_sensors
acpica-tools # Dump ACPI tables etc. acpica-tools # Dump ACPI tables etc.
@ -476,10 +476,10 @@ rec {
cachix cachix
# Generate documentation # Generate documentation
modules-options-doc # modules-options-doc
]; ];
home.file.".options-doc".source = "${pkgs.modules-options-doc}"; # home.file.".options-doc".source = "${pkgs.modules-options-doc}";
# Packages with extra options managed by HomeManager natively # Packages with extra options managed by HomeManager natively
programs = { programs = {
@ -517,12 +517,12 @@ rec {
# Cursor colors # Cursor colors
cursor = { cursor = {
text = "#EFF1F5"; # base text = "#EFF1F5"; # base
cursor = "#DC8A78"; # rosewater cursor = "#DC8A78"; # rosewater
}; };
vi_mode_cursor = { vi_mode_cursor = {
text = "#EFF1F5"; # base text = "#EFF1F5"; # base
cursor = "#7287FD"; # lavender cursor = "#7287FD"; # lavender
}; };
# Search colors # Search colors
@ -548,8 +548,8 @@ rec {
background = "#DF8E1D"; # yellow background = "#DF8E1D"; # yellow
}; };
end = { end = {
foreground = "#EFF1F5"; # base foreground = "#EFF1F5"; # base
background = "#6C6F85"; # subtext0 background = "#6C6F85"; # subtext0
}; };
}; };
@ -613,12 +613,15 @@ rec {
enable = true; enable = true;
themes = { themes = {
catppuccin-latte = builtins.readFile (pkgs.fetchFromGitHub { catppuccin-latte = {
owner = "catppuccin"; src = pkgs.fetchFromGitHub {
repo = "bat"; owner = "catppuccin";
rev = "ba4d16880d63e656acced2b7d4e034e4a93f74b1"; repo = "bat";
sha256 = "sha256-6WVKQErGdaqb++oaXnY3i6/GuH2FhTgK0v4TN4Y0Wbw="; rev = "ba4d16880d63e656acced2b7d4e034e4a93f74b1";
} + "/Catppuccin-latte.tmTheme"); sha256 = "sha256-6WVKQErGdaqb++oaXnY3i6/GuH2FhTgK0v4TN4Y0Wbw=";
};
file = "Catppuccin-latte.tmTheme";
};
}; };
config = { config = {
@ -821,43 +824,43 @@ rec {
options = { options = {
# Catppuccin Latte # Catppuccin Latte
default-fg = "#4C4F69"; default-fg = "#4C4F69";
default-bg = "#EFF1F5"; default-bg = "#EFF1F5";
completion-bg = "#CCD0DA"; completion-bg = "#CCD0DA";
completion-fg = "#4C4F69"; completion-fg = "#4C4F69";
completion-highlight-bg = "#575268"; completion-highlight-bg = "#575268";
completion-highlight-fg = "#4C4F69"; completion-highlight-fg = "#4C4F69";
completion-group-bg = "#CCD0DA"; completion-group-bg = "#CCD0DA";
completion-group-fg = "#1E66F5"; completion-group-fg = "#1E66F5";
statusbar-fg = "#4C4F69"; statusbar-fg = "#4C4F69";
statusbar-bg = "#CCD0DA"; statusbar-bg = "#CCD0DA";
notification-bg = "#CCD0DA"; notification-bg = "#CCD0DA";
notification-fg = "#4C4F69"; notification-fg = "#4C4F69";
notification-error-bg = "#CCD0DA"; notification-error-bg = "#CCD0DA";
notification-error-fg = "#D20F39"; notification-error-fg = "#D20F39";
notification-warning-bg = "#CCD0DA"; notification-warning-bg = "#CCD0DA";
notification-warning-fg = "#FAE3B0"; notification-warning-fg = "#FAE3B0";
inputbar-fg = "#4C4F69"; inputbar-fg = "#4C4F69";
inputbar-bg = "#CCD0DA"; inputbar-bg = "#CCD0DA";
recolor-lightcolor = "#EFF1F5"; recolor-lightcolor = "#EFF1F5";
recolor-darkcolor = "#4C4F69"; recolor-darkcolor = "#4C4F69";
index-fg = "#4C4F69"; index-fg = "#4C4F69";
index-bg = "#EFF1F5"; index-bg = "#EFF1F5";
index-active-fg = "#4C4F69"; index-active-fg = "#4C4F69";
index-active-bg = "#CCD0DA"; index-active-bg = "#CCD0DA";
render-loading-bg = "#EFF1F5"; render-loading-bg = "#EFF1F5";
render-loading-fg = "#4C4F69"; render-loading-fg = "#4C4F69";
highlight-color = "#575268"; highlight-color = "#575268";
highlight-fg = "#EA76CB"; highlight-fg = "#EA76CB";
highlight-active-color = "#EA76CB"; highlight-active-color = "#EA76CB";
}; };
}; };