moved homepage to desktops

This commit is contained in:
William 2024-05-02 14:22:28 -03:00
parent e78da4aa1f
commit 7e9c1a78fb
2 changed files with 6 additions and 3 deletions

View file

@ -23,7 +23,6 @@ in {
fd
filelight
firefox
# floorp
foliate
fzf
gamescope
@ -45,7 +44,7 @@ in {
octaveFull
p7zip
platformio
prismlauncher-qt5
prismlauncher
protonup
pulseaudio
qalculate-qt

View file

@ -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;