about summary refs log tree commit diff
path: root/users/fcuny/i3.nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* home-manager: fix typo for polybarFranck Cuny2022-02-101-1/+1
|
* home-manager: fix the script for polybarFranck Cuny2022-02-101-1/+1
| | | | The path was incorrectly set up.
* home-manager: fix configuration for i3/polybarFranck Cuny2022-02-091-13/+5
| | | | | At least the correct configuration is put on disk and the startup script is correct.
* home-manager: let's try to configure polybarFranck Cuny2022-02-091-11/+20
| | | | | There's a few things missing (my binaries for the wifi and battery, at a minimum), but that's fine for now.
* home-manager: rofi uses alacrittyFranck Cuny2022-02-091-1/+1
|
* home-manager: i3 + rofi configurationFranck Cuny2022-02-091-1/+1
|
* home-manager: add mod for i3Franck Cuny2022-02-091-1/+3
|
* home-manager: typoFranck Cuny2022-02-091-1/+1
|
* home-manager: i3 configurationFranck Cuny2022-02-091-0/+6
| | | | Add alacritty and use rofi for the menu.
* home-manager: add polybar to i3Franck Cuny2022-02-091-0/+16
|
* home-manager: simplify the configurationFranck Cuny2022-02-091-1/+0
| | | | | | | | | | | | | 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").
* i3: remove extra packages and fix typoFranck Cuny2022-02-081-1/+1
|
* i3: separate configuration for xserver and i3Franck Cuny2022-02-081-20/+4
| | | | | Let's first configure the xserver in the desktop module, then we can have a configuration for i3 in the home-manager.
* i3: move configuration to home-managerFranck Cuny2022-02-081-0/+37