mirror of
https://github.com/srid/nixos-config.git
synced 2026-02-22 21:05:22 +08:00
Reorganize home modules into logical categories (#100)
This commit is contained in:
parent
995d47db17
commit
d64bacdb90
39 changed files with 44 additions and 43 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ config, flake, pkgs, lib, ... }:
|
||||
{ config, flake, lib, ... }:
|
||||
|
||||
let
|
||||
inherit (flake) inputs;
|
||||
|
|
@ -16,13 +16,13 @@ in
|
|||
|
||||
users.users.${flake.config.me.username}.linger = true;
|
||||
home-manager.sharedModules = [
|
||||
"${homeMod}/all/vira.nix"
|
||||
"${homeMod}/all/juspay.nix"
|
||||
# (self + /modules/home/all/dropbox.nix)
|
||||
"${homeMod}/services/vira.nix"
|
||||
"${homeMod}/work/juspay.nix"
|
||||
# (self + /modules/home/services/dropbox.nix)
|
||||
|
||||
# Remote builders
|
||||
"${homeMod}/all/buildMachines"
|
||||
"${homeMod}/all/buildMachines/sincereintent.nix"
|
||||
"${homeMod}/nix/buildMachines"
|
||||
"${homeMod}/nix/buildMachines/sincereintent.nix"
|
||||
{
|
||||
services.ttyd = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue