moved homepage to desktops
This commit is contained in:
parent
e78da4aa1f
commit
7e9c1a78fb
2 changed files with 6 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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