home: refact for modular home-manager : emails and tmux
This commit is contained in:
parent
4ef4631356
commit
eef1090086
50 changed files with 220 additions and 2509 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue