Co-authored-by: mjallen18 <matt.l.jallen@gmail.com>
Reviewed-on: #3
This commit is contained in:
2025-12-01 17:26:26 -06:00
parent 672221f471
commit f172707b15
48 changed files with 851 additions and 1321 deletions

View File

@@ -1,4 +1,7 @@
{ lib, namespace, ... }:
let
inherit (lib.${namespace}) enabled disabled;
in
{
home.username = "matt";
@@ -53,11 +56,11 @@
};
programs = {
mangohud.enable = lib.mkForce true;
mangohud = lib.mkForce enabled;
};
services = {
nextcloud-client.enable = lib.mkForce false;
nextcloud-client = lib.mkForce disabled;
kdeconnect = {
enable = false;
indicator = false;