1 files changed, 2 insertions, 3 deletions
diff --git a/host/Rory-desktop/configuration.nix b/host/Rory-desktop/configuration.nix
index c7e0b1e..075e85e 100644
--- a/host/Rory-desktop/configuration.nix
+++ b/host/Rory-desktop/configuration.nix
@@ -14,7 +14,7 @@ args@{
# (import ../../modules/base-secrets.nix { path = "/home/rory/.config/sops/config.yaml"; })
../../modules/packages/vim.nix
# ../../modules/environments/home.nix
- ../../modules/software-templates/profilers.nix
+# ../../modules/software-templates/profilers.nix
./postgres.nix
./nginx.nix
@@ -43,7 +43,7 @@ args@{
{
# FIXME: https://gitlab.freedesktop.org/drm/amd/-/issues/3437
name = "drm-amd-3437-hack";
- patch = /hacks/drm-amd-3437.patch;
+ patch = ./hacks/drm-amd-3437.patch;
}
];
@@ -120,7 +120,6 @@ args@{
};
};
- sound.enable = true;
environment.systemPackages = with pkgs; [
libreoffice
|