mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
Massive rewrite, further modularized
This commit is contained in:
parent
98e2bfe511
commit
d725ffdbfa
28 changed files with 139 additions and 53 deletions
|
|
@ -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 = [];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue