Try polonium
This commit is contained in:
parent
436ff6c039
commit
c52b27c763
3 changed files with 9 additions and 7 deletions
|
|
@ -5,8 +5,8 @@ let usr = config.constants.userName; in {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
exactaudiocopy
|
exactaudiocopy
|
||||||
haruna
|
haruna
|
||||||
libsForQt5.qt5.qtwebsockets
|
|
||||||
lutris
|
lutris
|
||||||
|
miru
|
||||||
nvtop-amd
|
nvtop-amd
|
||||||
picard
|
picard
|
||||||
qbittorrent-qt5
|
qbittorrent-qt5
|
||||||
|
|
@ -19,8 +19,11 @@ let usr = config.constants.userName; in {
|
||||||
wineWowPackages.waylandFull
|
wineWowPackages.waylandFull
|
||||||
winetricks
|
winetricks
|
||||||
yorha-sound-theme
|
yorha-sound-theme
|
||||||
yuzuPackages.mainline
|
yuzu
|
||||||
];
|
] ++ (with libsForQt5; [
|
||||||
|
polonium
|
||||||
|
qt5.qtwebsockets
|
||||||
|
]);
|
||||||
programs = {
|
programs = {
|
||||||
firefox.enable = true;
|
firefox.enable = true;
|
||||||
gpg.enable = true;
|
gpg.enable = true;
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,8 @@
|
||||||
{ config, pkgs, ... }:
|
{ config, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
services.gitea = {
|
services.forgejo = {
|
||||||
enable = true;
|
enable = true;
|
||||||
appName = "Forgejo";
|
|
||||||
package = pkgs.forgejo;
|
|
||||||
settings = {
|
settings = {
|
||||||
server = with config.constants; {
|
server = with config.constants; {
|
||||||
DOMAIN = domain;
|
DOMAIN = domain;
|
||||||
|
|
|
||||||
|
|
@ -20,5 +20,6 @@ in
|
||||||
|
|
||||||
certificateScheme = "acme";
|
certificateScheme = "acme";
|
||||||
};
|
};
|
||||||
|
services.dovecot2.sieve.extensions = [ "fileinto" ];
|
||||||
sops.secrets.${mailSecret} = { };
|
sops.secrets.${mailSecret} = { };
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue