about summary refs log tree commit diff
path: root/hosts/commons (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-02-12move configurations and modules aroundFranck Cuny13-10/+187
Sorry, this is a mess, hopefully the last one.
2022-02-12configs: move personal configuration with userFranck Cuny17-6/+6
2022-02-12home-manager: re-organize configuration for myselfFranck Cuny15-44/+58
2022-02-12home-manager: last typoFranck Cuny2-2/+2
2022-02-12home-manager: how many more typos ?Franck Cuny1-1/+1
2022-02-12home-manager: typoFranck Cuny1-1/+1
2022-02-12home-manager: remove trailing slashFranck Cuny1-1/+1
2022-02-12hosts: more typoFranck Cuny1-1/+1
2022-02-12hosts: typoFranck Cuny1-1/+2
2022-02-12hosts: centralize network configurationFranck Cuny3-10/+37
2022-02-12home-manager: start to organize user configurationFranck Cuny3-1/+15
2022-02-10home-manager: fix imports for passFranck Cuny1-1/+1
2022-02-10home-manager: install password-storeFranck Cuny2-0/+9
2022-02-10users: more cleanupFranck Cuny1-1/+0
2022-02-10users: we need to include desktop tooFranck Cuny1-0/+1
2022-02-10lib: remove in-existing moduleFranck Cuny1-1/+0
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-10hosts: set hostname from configurationFranck Cuny1-6/+2
2022-02-10nix: enable flakesFranck Cuny1-9/+12
2022-02-10