about summary refs log tree commit diff
path: root/flake.nix (unfollow)
Commit message (Collapse)AuthorFilesLines
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/+22
2022-02-07modules: start desktop configurationFranck Cuny2-0/+24
We will create a module for desktop (which will also be used by the laptop). Start by configuring the fonts.
2022-02-07flake: pull home-manager and unstableFranck Cuny1-1/+10