moved homepage to desktops
This commit is contained in:
parent
e78da4aa1f
commit
7e9c1a78fb
2 changed files with 6 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
{ inputs, config, pkgs, lib, ... }:
|
||||
|
||||
let
|
||||
plasma = pkgs.writeScriptBin "plasma" ''
|
||||
|
|
@ -14,6 +14,10 @@ in {
|
|||
};
|
||||
udev.packages = with pkgs; [ platformio openocd yubikey-personalization ];
|
||||
desktopManager.plasma6.enable = true;
|
||||
nginx = {
|
||||
enable = true;
|
||||
virtualHosts."localhost".root = inputs.homepage;
|
||||
};
|
||||
pipewire = {
|
||||
enable = true;
|
||||
alsa.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue