summaryrefslogtreecommitdiff
path: root/home/desktop/athena.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/desktop/athena.nix')
-rw-r--r--home/desktop/athena.nix16
1 files changed, 16 insertions, 0 deletions
diff --git a/home/desktop/athena.nix b/home/desktop/athena.nix
new file mode 100644
index 0000000..6c1cbad
--- /dev/null
+++ b/home/desktop/athena.nix
@@ -0,0 +1,16 @@
+{
+ config,
+ lib,
+ pkgs,
+ ...
+}:
+with lib; let
+ cfg = config.local.desktop;
+in {
+ config = mkIf cfg.enable {
+ local.athena-bccr = {
+ enable = true;
+ gaudiHash = "sha256-EFVb3K/hQUD/u8/IftBAIYvSefwPqZDvcT8S9B860MM=";
+ };
+ };
+}