Massive rewrite, further modularized

This commit is contained in:
Bryan Ramos 2024-01-28 09:16:53 -05:00
parent 98e2bfe511
commit d725ffdbfa
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
28 changed files with 139 additions and 53 deletions

View file

@ -45,9 +45,6 @@
environment.systemPackages = with pkgs; [
pavucontrol
nix-init
nix-prefetch-git
];
# DE
@ -83,8 +80,6 @@
# System Services
services = {
trezord.enable = true;
cron = {
enable = true;
systemCronJobs = [];