diff options
author | Rory& <root@rory.gay> | 2024-07-22 19:33:54 +0200 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-07-22 19:33:54 +0200 |
commit | c85e4d2644265e198f3d240760c1fa0a5f4a8f3e (patch) | |
tree | 837a18aad92f3272e0c7fbb15fe57d5fbd1aecb1 /host | |
parent | Switch to overlays for draupnir/synapse (diff) | |
download | Rory-Open-Architecture-c85e4d2644265e198f3d240760c1fa0a5f4a8f3e.tar.xz |
Update desktop connfig
Diffstat (limited to 'host')
-rw-r--r-- | host/Rory-desktop/configuration.nix | 5 |
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 |