diff options
| author | Baitinq <[email protected]> | 2022-07-05 17:00:01 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-07-05 17:00:01 +0200 |
| commit | 44656e05f8070287e650421e989f0036753ca58a (patch) | |
| tree | 14cd83b4e9f74ec3d5d52fbe0d591d8acd5c61ea /hosts/phobos/default.nix | |
| parent | Fetch xmonadctl from github (diff) | |
| download | nixos-config-44656e05f8070287e650421e989f0036753ca58a.tar.gz nixos-config-44656e05f8070287e650421e989f0036753ca58a.tar.bz2 nixos-config-44656e05f8070287e650421e989f0036753ca58a.zip | |
Phobos+Luna: Add bluetooth
Diffstat (limited to 'hosts/phobos/default.nix')
| -rw-r--r-- | hosts/phobos/default.nix | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/hosts/phobos/default.nix b/hosts/phobos/default.nix index cb96907..70c6f32 100644 --- a/hosts/phobos/default.nix +++ b/hosts/phobos/default.nix @@ -1,12 +1,9 @@ -# Edit this configuration file to define what should be installed on -# your system. Help is available in the configuration.nix(5) man page -# and in the NixOS manual (accessible by running ‘nixos-help’). - { config, pkgs, lib, secrets, hostname, inputs, user, ... }: { imports = [ - # Include the results of the hardware scan. ./hardware.nix + + ../../modules/bluetooth ]; # Configure keymap in X11 |