Skip to content

Commit

Permalink
yolo
Browse files Browse the repository at this point in the history
  • Loading branch information
nonetrix committed Jun 23, 2024
1 parent e9494dc commit 7288234
Show file tree
Hide file tree
Showing 18 changed files with 379 additions and 268 deletions.
8 changes: 2 additions & 6 deletions amd-gpu.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,15 @@
boot.initrd.kernelModules = ["amdgpu"];
services.xserver.videoDrivers = ["amdgpu"];

hardware.opengl = {
hardware.graphics = {
enable = true;
driSupport = true;
driSupport32Bit = true; # Let's 32Bit GPU accelrated aplications run
enable32Bit = true; # Let's 32Bit GPU accelrated aplications run

# System-wide packages for ROCm (Radeon Open Compute), e.g. AI, etc
extraPackages = with pkgs; [
rocmPackages.clr.icd
rocm-opencl-icd
rocm-opencl-runtime
# TODO: Seems to not be working, VP8 and HVEC don't worky
#libva
libvdpau-va-gl
];
};

Expand Down
4 changes: 1 addition & 3 deletions configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ in {
./graphical/tk-themes/gtk.nix
./graphical/tk-themes/qt.nix
./graphical/hyprland.nix
./graphical/waybar.nix
./graphical/fuzzel.nix
./graphical/rofi.nix
./graphical/fonts.nix
./graphical/virt-manager.nix
./graphical/unconfigured.nix
Expand All @@ -49,7 +48,6 @@ in {
./services/ollama.nix
./services/pipewire.nix
./services/greetd.nix
./services/polkit.nix
./services/docker.nix
./services/xdg-portal.nix
./services/bluetooth.nix
Expand Down
96 changes: 48 additions & 48 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion graphical/firefox.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ in {
control-panel-for-twitter
violentmonkey
firefox-color
tridactyl
];

bookmarks = [
Expand Down Expand Up @@ -87,7 +88,6 @@ in {
"browser.uiCustomization.state" = builtins.readFile ./firefox-uistate.json;
"general.autoScroll" = true;
"widget.use-xdg-desktop-portal.file-picker" = 1;
"media.hardware-video-decoding.force-enabled" = true;
"font.name-list.emoji" = "Joypixels";
"browser.tabs.inTitlebar" = 0;
};
Expand Down
35 changes: 0 additions & 35 deletions graphical/fuzzel.nix

This file was deleted.

Loading

0 comments on commit 7288234

Please sign in to comment.