aboutsummaryrefslogtreecommitdiff
path: root/users/fcuny (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-02-09home-manager: simplify the configurationFranck Cuny3-16/+19
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: remove extra packages and fix typoFranck Cuny1-1/+1
2022-02-08i3: separate configuration for xserver and i3Franck Cuny1-20/+4
Let's first configure the xserver in the desktop module, then we can have a configuration for i3 in the home-manager.
2022-02-08i3: move configuration to home-managerFranck Cuny2-0/+41
2022-02-08users: enable xdgFranck Cuny1-0/+2
2022-02-08home-manager: typo in my configFranck Cuny1-1/+1
2022-02-08home-manager: fix initial configurationFranck Cuny1-4/+0
This configuration is working, and I'm still unclear of how this is supposed to be done correctly. Might need to iterate a few more times.
2022-02-08home: initial configuration for home managerFranck Cuny2-0/+32
2022-02-07users: initial configuration for my userFranck Cuny1-0/+19