Updated configuration with bluetooth and gtk portals
This commit is contained in:
@@ -1,18 +1,15 @@
|
||||
# This is an example nixos hosts module.
|
||||
# They will automatically be imported below.
|
||||
|
||||
#############################################################
|
||||
#
|
||||
# Bellerophon - Example Desktop
|
||||
#
|
||||
###############################################################
|
||||
|
||||
{
|
||||
inputs,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
{
|
||||
}: {
|
||||
imports = lib.flatten [
|
||||
#
|
||||
# ========== Hardware ==========
|
||||
@@ -53,7 +50,7 @@
|
||||
# FIXME(starter): the primary user, defined in `nix-config/hosts/common/users`, is added by default, via
|
||||
# `hosts/common/core` above.
|
||||
# To create additional users, specify the path to their config file, as shown in the commented line below, and create/modify
|
||||
# the specified file as required. See `nix-config/hosts/common/users/exampleSecondUser` for more info.
|
||||
# the specified file as required. See `nix-config/hosts/common/users/exampleSecondUser` for more info.
|
||||
|
||||
#"hosts/common/users/exampleSecondUser"
|
||||
|
||||
@@ -62,7 +59,8 @@
|
||||
#
|
||||
# FIXME(starter): add or remove any optional host-level configuration files the host will use
|
||||
# The following are for example sake only and are not necessarily required.
|
||||
"hosts/common/optional/services/openssh.nix" # allow remote SSH access
|
||||
#"hosts/common/optional/services/openssh.nix" # allow remote SSH access
|
||||
"hosts/common/optional/services/bluetooth.nix"
|
||||
"hosts/common/optional/audio.nix" # pipewire and cli controls
|
||||
"hosts/common/optional/kde.nix"
|
||||
"hosts/common/optional/sddm.nix"
|
||||
|
||||
Reference in New Issue
Block a user