about summary refs log tree commit diff
path: root/LICENSE.txt (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-02-09home-manager: fix typoFranck Cuny1-1/+1
2022-02-09home-manager: simplify the configurationFranck Cuny5-20/+23
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-09Revert "desktop: new option to control desktop setup"Franck Cuny2-30/+13
This reverts commit 343e89015a55b627400286a06937175facb1494d.
2022-02-09Revert "desktop: install sound and xserver only when asked"Franck Cuny2-44/+32
This reverts commit 3b1ac4f78d21802073c82df39ca7080ae70a67a9.
2022-02-08desktop: install sound and xserver only when askedFranck Cuny2-32/+44
2022-02-08desktop: new option to control desktop setupFranck Cuny2-13/+30
We don't want to install a desktop on all hosts. We add a new option that we can set to true or false if we want a desktop to be installed.
2022-02-08i3: remove extra packages and fix typoFranck Cuny2-7/+1
2022-02-08i3: separate configuration for xserver and i3Franck Cuny4-25/+38
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 Cuny5-39/+41
2022-02-08desktop: configuration for i3Franck Cuny2-4/+19
2022-02-08users: enable xdgFranck Cuny1-0/+2
2022-02-08hosts: remove unneeded commentsFranck Cuny1-6/+0
2022-02-08systems: move some packages out of host configFranck Cuny2-5/+1
2022-02-08desktop: add soundFranck Cuny2-0/+21
Let's use pipewire.
2022-02-08systems: fix typoFranck Cuny1-1/+1
2022-02-08systems: install more packagesFranck Cuny2-1/+24
2022-02-08home-manager: typo in my configFranck Cuny1-1/+1
2022-02-08carmel: use DHCP on the wireless interfaceFranck Cuny1-1/+2
2022-02-08home-manager: fix initial configurationFranck Cuny2-4/+9
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-08xserver: drop deprecated variableFranck Cuny1-1/+0
``` warning: The following options are deprecated: - services.xserver.windowManager.default Please use services.xserver.displayManager.defaultSession = "none+i3"; instead. ```
2022-02-08desktop: import correct moduleFranck Cuny1-1/+1
2022-02-08xserver: initial configurationFranck Cuny3-8/+25
Enable it for the desktop.
2022-02-08systems: drop nix.settingsFranck Cuny1-5/+0
This is not yet available with the current configuration.
2022-02-08carmel: apply systems and desktop modulesFranck Cuny1-0/+2
2022-02-08systems: default configuration for all systemsFranck Cuny3-3/