configure tmux with home manager and create common home

This commit is contained in:
cy 2024-12-13 23:53:01 -05:00
parent 61daca6d73
commit b3ddb68f2b
6 changed files with 45 additions and 7 deletions

View file

@ -1,4 +1,4 @@
{lib,config,pkgs, ...}: {
{...}: {
nix = {
settings = {
experimental-features = "nix-command flakes";