aboutsummaryrefslogtreecommitdiff
path: root/users/fcuny/default.nix (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-02-12home-manager: re-organize configuration for myselfFranck Cuny1-16/+5
2022-02-12home-manager: remove trailing slashFranck Cuny1-1/+1
2022-02-12home-manager: start to organize user configurationFranck Cuny1-1/+1
2022-02-10home-manager: install password-storeFranck Cuny1-0/+1
2022-02-10users: we need to include desktop tooFranck Cuny1-0/+1
2022-02-10users: rename common.nix to default.nixFranck Cuny1-0/+0
We will use the variable 'destkop' to decide what to install after that.
2022-02-10users: enable home-manager for myselfFranck Cuny1-0/+3
2022-02-09home-manager: expand zsh configurationFranck Cuny1-0/+1
2022-02-09home-manager: add tmux configurationFranck Cuny1-0/+1
2022-02-09home-manager: fix one more typoFranck Cuny1-1/+1
2022-02-09home-manager: fix some typosFranck Cuny1-1/+1
2022-02-09home-manager: add more common programsFranck Cuny1-4/+4
Add git configuration and move go to its own module.
2022-02-09home-manager: fix typoFranck Cuny1-1/+1
2022-02-09home-manager: simplify the configurationFranck Cuny1-15/+1
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").
2022-02-08i3: move configuration to home-managerFranck Cuny1-0/+4
2022-02-08users: enable xdgFranck Cuny1-0/+2
2022-02-08home-manager: typo in my configFranck Cuny1-1/+1
2022-02-08home: initial configuration for home managerFranck Cuny1-0/+28