Compare commits

..

No commits in common. "55db262fe83380a87a9226696cc5a464903489de" and "dca8ae047b1b185b069dbe776ccc21aef8bcd058" have entirely different histories.

2 changed files with 9 additions and 17 deletions

View File

@ -128,8 +128,6 @@ in
pwvucontrol
python3
python3Packages.west
qucs-s
radeontop
remmina
river
rizin
@ -166,6 +164,7 @@ in
yt-dlp
zapzap
zathura
# zeal-qt6
zig
]
++ [

View File

@ -1,10 +1,11 @@
{ config
, pkgs
, lib
, project-cloud
, nvim
, system
, ...
{
config,
pkgs,
lib,
project-cloud,
nvim,
system,
...
}:
{
imports = [ ];
@ -79,14 +80,6 @@
programs.mosh.enable = true;
/* Srv settings found on SrvOS */
fonts.fontconfig.enable = lib.mkDefault false;
xdg.autostart.enable = lib.mkDefault false;
xdg.icons.enable = lib.mkDefault false;
xdg.menus.enable = lib.mkDefault false;
xdg.mime.enable = lib.mkDefault false;
xdg.sounds.enable = lib.mkDefault false;
mailserver = {
enable = true;
debug = false;