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
|
fd
|
||||||
filelight
|
filelight
|
||||||
firefox
|
firefox
|
||||||
# floorp
|
|
||||||
foliate
|
foliate
|
||||||
fzf
|
fzf
|
||||||
gamescope
|
gamescope
|
||||||
|
|
@ -45,7 +44,7 @@ in {
|
||||||
octaveFull
|
octaveFull
|
||||||
p7zip
|
p7zip
|
||||||
platformio
|
platformio
|
||||||
prismlauncher-qt5
|
prismlauncher
|
||||||
protonup
|
protonup
|
||||||
pulseaudio
|
pulseaudio
|
||||||
qalculate-qt
|
qalculate-qt
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
{ config, pkgs, lib, ... }:
|
{ inputs, config, pkgs, lib, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
plasma = pkgs.writeScriptBin "plasma" ''
|
plasma = pkgs.writeScriptBin "plasma" ''
|
||||||
|
|
@ -14,6 +14,10 @@ in {
|
||||||
};
|
};
|
||||||
udev.packages = with pkgs; [ platformio openocd yubikey-personalization ];
|
udev.packages = with pkgs; [ platformio openocd yubikey-personalization ];
|
||||||
desktopManager.plasma6.enable = true;
|
desktopManager.plasma6.enable = true;
|
||||||
|
nginx = {
|
||||||
|
enable = true;
|
||||||
|
virtualHosts."localhost".root = inputs.homepage;
|
||||||
|
};
|
||||||
pipewire = {
|
pipewire = {
|
||||||
enable = true;
|
enable = true;
|
||||||
alsa.enable = true;
|
alsa.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue