Compare commits

...

2 Commits

Author SHA1 Message Date
Moritz Böhme e47078d7d7 feat(scadspc): enable synology drive 2023-07-21 13:13:08 +02:00
Moritz Böhme b05e8192ab feat(scadspc): enable bluetooth 2023-07-21 13:12:44 +02:00
1 changed files with 3 additions and 18 deletions

View File

@ -2,7 +2,7 @@
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running `nixos-help`).
{ config, pkgs, ... }:
{ pkgs, ... }:
{
imports =
@ -18,6 +18,7 @@
desktop.enable = true;
webis.enable = true;
};
services.synology-drive.enable = true;
programs.hyprland.keyboardLayouts = [ "us" "de" ];
};
@ -41,23 +42,7 @@
wget
];
# Some programs need SUID wrappers, can be configured further or are
# started in user sessions.
# programs.mtr.enable = true;
# programs.gnupg.agent = {
# enable = true;
# enableSSHSupport = true;
# };
# List services that you want to enable:
# Enable the OpenSSH daemon.
# services.openssh.enable = true;
# Copy the NixOS configuration file and link it from the resulting system
# (/run/current-system/configuration.nix). This is useful in case you
# accidentally delete configuration.nix.
# system.copySystemConfiguration = true;
hardware.bluetooth.enable = true;
# This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions