about summary refs log tree commit diff
path: root/users/fcuny/default.nix (unfollow)
Commit message (Collapse)AuthorFilesLines
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/+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
2022-02-07flake: install my user on carmelFranck Cuny1-0/+1