home: refact for modular home-manager : emails and tmux

This commit is contained in:
Florian Schmitt 2025-03-29 22:09:52 +03:00
parent 4ef4631356
commit eef1090086
50 changed files with 220 additions and 2509 deletions

View file

@ -2,7 +2,7 @@
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help).
{ config, pkgs, ... }:
{ pkgs, ... }:
{
hardware.bluetooth.enable = true;
@ -61,12 +61,12 @@
../../modules/console.nix
../../modules/desktop.nix
../../modules/fonts.nix
../../modules/home-config.nix
../../modules/laptop.nix
../../modules/local-dev.nix
../../modules/nixos.nix
../../modules/systemd-unfreeze.nix
../../modules/zen-browser.nix
../../users/mrflos.nix
];
services.eris-server = {
enable = true;