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 pwvucontrol
python3 python3
python3Packages.west python3Packages.west
qucs-s
radeontop
remmina remmina
river river
rizin rizin
@ -166,6 +164,7 @@ in
yt-dlp yt-dlp
zapzap zapzap
zathura zathura
# zeal-qt6
zig zig
] ]
++ [ ++ [

View File

@ -1,10 +1,11 @@
{ config {
, pkgs config,
, lib pkgs,
, project-cloud lib,
, nvim project-cloud,
, system nvim,
, ... system,
...
}: }:
{ {
imports = [ ]; imports = [ ];
@ -79,14 +80,6 @@
programs.mosh.enable = true; 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 = { mailserver = {
enable = true; enable = true;
debug = false; debug = false;