From cfb4f767dfb8913f289e0adebdfb78cfd02ee664 Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Tue, 26 Sep 2023 17:54:17 +0200 Subject: [PATCH] add bento to steamdeck --- hosts/steamdeck.cloonar.com/configuration.nix | 2 ++ hosts/steamdeck.cloonar.com/utils | 1 + 2 files changed, 3 insertions(+) create mode 120000 hosts/steamdeck.cloonar.com/utils diff --git a/hosts/steamdeck.cloonar.com/configuration.nix b/hosts/steamdeck.cloonar.com/configuration.nix index 3db9abe..38c7a46 100644 --- a/hosts/steamdeck.cloonar.com/configuration.nix +++ b/hosts/steamdeck.cloonar.com/configuration.nix @@ -12,6 +12,8 @@ } + "/modules" ) + ./utils/bento.nix + ./hardware-configuration.nix ]; diff --git a/hosts/steamdeck.cloonar.com/utils b/hosts/steamdeck.cloonar.com/utils new file mode 120000 index 0000000..6b18391 --- /dev/null +++ b/hosts/steamdeck.cloonar.com/utils @@ -0,0 +1 @@ +../../utils \ No newline at end of file