Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-02-09 | home-manager: rofi uses alacritty | Franck Cuny | 1 | -1/+1 | |
2022-02-09 | home-manager: more typos .. | Franck Cuny | 1 | -2/+2 | |
2022-02-09 | home-manager: update xdg configuration | Franck Cuny | 1 | -0/+13 | |
2022-02-09 | home-manager: i3 + rofi configuration | Franck Cuny | 1 | -1/+1 | |
2022-02-09 | home-manager: add mod for i3 | Franck Cuny | 1 | -1/+3 | |
2022-02-09 | home-manager: typo | Franck Cuny | 1 | -1/+1 | |
2022-02-09 | home-manager: i3 configuration | Franck Cuny | 1 | -0/+6 | |
Add alacritty and use rofi for the menu. | |||||
2022-02-09 | home-manager: add polybar to i3 | Franck Cuny | 1 | -0/+16 | |
2022-02-09 | home-manager: add tmux configuration | Franck Cuny | 2 | -0/+14 | |
2022-02-09 | home-manager: fix one more typo | Franck Cuny | 1 | -1/+1 | |
2022-02-09 | home-manager: fix some typos | Franck Cuny | 2 | -1/+1 | |
2022-02-09 | home-manager: add more common programs | Franck Cuny | 3 | -4/+30 | |
Add git configuration and move go to its own module. | |||||
2022-02-09 | terminal: alacritty is our terminal of choice | Franck Cuny | 2 | -8/+12 | |
2022-02-09 | home-manager: fix typo | Franck Cuny | 1 | -1/+1 | |
2022-02-09 | home-manager: simplify the configuration | Franck Cuny | 5 | -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-09 | Revert "desktop: new option to control desktop setup" | Franck Cuny | 2 | -30/+13 | |
This reverts commit 343e89015a55b627400286a06937175facb1494d. | |||||
2022-02-09 | Revert "desktop: install sound and xserver only when asked" | Franck Cuny | 2 | -44/+32 | |
This reverts commit 3b1ac4f78d21802073c82df39ca7080ae70a67a9. | |||||
2022-02-08 | desktop: install sound and xserver only when asked | Franck Cuny | 2 | -32/+44 | |
2022-02-08 | desktop: new option to control desktop setup | Franck Cuny | 2 | -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-08 | i3: remove extra packages and fix typo | Franck Cuny | 2 | -7/+1 | |
2022-02-08 | i3: separate configuration for xserver and i3 | Franck Cuny | 4 | -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-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: i |