Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-02-08 | i3: separate configuration for xserver and i3 | Franck Cuny | 1 | -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-08 | i3: move configuration to home-manager | Franck Cuny | 5 | -39/+41 | |
2022-02-08 | desktop: configuration for i3 | Franck Cuny | 2 | -4/+19 | |
2022-02-08 | users: enable xdg | Franck Cuny | 1 | -0/+2 | |
2022-02-08 | hosts: remove unneeded comments | Franck Cuny | 1 | -6/+0 | |
2022-02-08 | systems: move some packages out of host config | Franck Cuny | 2 | -5/+1 | |
2022-02-08 | desktop: add sound | Franck Cuny | 2 | -0/+21 | |
Let's use pipewire. | |||||
2022-02-08 | systems: fix typo | Franck Cuny | 1 | -1/+1 | |
2022-02-08 | systems: install more packages | Franck Cuny | 2 | -1/+24 | |
2022-02-08 | home-manager: typo in my config | Franck Cuny | 1 | -1/+1 | |
2022-02-08 | carmel: use DHCP on the wireless interface | Franck Cuny | 1 | -1/+2 | |
2022-02-08 | home-manager: fix initial configuration | Franck Cuny | 2 | -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-08 | home: initial configuration for home manager | Franck Cuny | 2 | -0/+32 | |
2022-02-08 | xserver: drop deprecated variable | Franck Cuny | 1 | -1/+0 | |
``` warning: The following options are deprecated: - services.xserver.windowManager.default Please use services.xserver.displayManager.defaultSession = "none+i3"; instead. ``` | |||||
2022-02-08 | desktop: import correct module | Franck Cuny | 1 | -1/+1 | |
2022-02-08 | xserver: initial configuration | Franck Cuny | 3 | -8/+25 | |
Enable it for the desktop. | |||||
2022-02-08 | systems: drop nix.settings | Franck Cuny | 1 | -5/+0 | |
This is not yet available with the current configuration. | |||||
2022-02-08 | carmel: apply systems and desktop modules | Franck Cuny | 1 | -0/+2 | |
2022-02-08 | systems: default configuration for all systems | Franck Cuny | 3 | -3/+22< |