about summary refs log tree commit diff
path: root/users/fcuny/common.nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* home-manager: expand zsh configurationFranck Cuny2022-02-091-0/+1
|
* home-manager: add tmux configurationFranck Cuny2022-02-091-0/+1
|
* home-manager: fix one more typoFranck Cuny2022-02-091-1/+1
|
* home-manager: fix some typosFranck Cuny2022-02-091-1/+1
|
* home-manager: add more common programsFranck Cuny2022-02-091-4/+4
| | | | Add git configuration and move go to its own module.
* home-manager: fix typoFranck Cuny2022-02-091-1/+1
|
* home-manager: simplify the configurationFranck Cuny2022-02-091-0/+20
I'm still struggling with documentation, and I'd rather have something simple that works rather than smart and does not work. The configuration for the host imports the modules that are relevant to that host (in the case of carmel, desktop and systems). For the home-manager, I create a profile "desktop" that contains stuff related to a desktop (i3, etc), and it includes the module "common" that contains stuff that I want on any machines (so that in the future, for a machine that is a server, the home manager will only import "common").