Modularize programs and add starship

This commit is contained in:
DashieTM 2024-08-06 12:40:16 +02:00
parent 1a0064894d
commit 44ac35d6e2
24 changed files with 646 additions and 530 deletions

View file

@ -1,5 +1,4 @@
{ lib, config, options, pkgs, ... }: {
options.mods = {
gnome_services.enable = lib.mkOption {
default = true;