1
0
mirror of https://github.com/kmein/niveum synced 2026-03-19 03:21:10 +01:00

feat: run moodle-dl on toum, sshfs from wilde

This commit is contained in:
2020-10-31 20:52:10 +01:00
parent 77e97e84a9
commit 96f5d750ef
9 changed files with 144 additions and 26 deletions

View File

@@ -1,19 +1,14 @@
{ config, pkgs, lib, ... }:
let
kmeinKeys = lib.strings.splitString "\n" (lib.strings.fileContents (pkgs.fetchurl {
url = "https://github.com/kmein.keys";
sha256 = "1b9gbpgihg7zc89ivsz0gs3najp0zg53rcknvzvkm0851fdzkryx";
}));
in {
{
imports = [
./hardware-configuration.nix
<niveum/configs/wifi.nix>
<niveum/configs/keyboard.nix>
<niveum/modules/retiolum.nix>
<niveum/modules/constants.nix>
<niveum/configs/spacetime.nix>
<niveum/configs/mpd.nix>
<niveum/configs/sshd.nix>
<niveum/configs/version.nix>
<niveum/configs/spotifyd.nix>
{
sound.enable = true;