Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | videos: fix typo | Franck Cuny | 2022-02-21 | 1 | -1/+1 |
| | |||||
* | pass: use upstream synchroniser service | Franck Cuny | 2022-02-21 | 1 | -27/+3 |
| | | | | I don't have to write / maintain my own! | ||||
* | mpd: fix path to ncmpcpp configuration | Franck Cuny | 2022-02-21 | 1 | -1/+1 |
| | |||||
* | media: reorganize in multiples modules | Franck Cuny | 2022-02-18 | 7 | -3/+86 |
| | | | | Add two new modules to synchronize videos and musics to the NAS. | ||||
* | gammastep: will need to figure this out later | Franck Cuny | 2022-02-18 | 1 | -2/+3 |
| | |||||
* | waybar: a few more adjustments. | Franck Cuny | 2022-02-18 | 1 | -2/+3 |
| | |||||
* | gammastep: use lat/long from locale | Franck Cuny | 2022-02-18 | 1 | -2/+2 |
| | |||||
* | swaylock: unsure if I'm doing the right thing here | Franck Cuny | 2022-02-18 | 1 | -2/+7 |
| | |||||
* | waybar: first round of customizations | Franck Cuny | 2022-02-18 | 1 | -22/+94 |
| | |||||
* | sway: add default font | Franck Cuny | 2022-02-18 | 1 | -0/+4 |
| | |||||
* | xdg: add default application | Franck Cuny | 2022-02-18 | 1 | -0/+13 |
| | |||||
* | pass: minor adjustments | Franck Cuny | 2022-02-18 | 1 | -4/+9 |
| | |||||
* | mpd: only start mpd when needed | Franck Cuny | 2022-02-17 | 1 | -0/+1 |
| | |||||
* | wofi: improve the readability of the window | Franck Cuny | 2022-02-17 | 1 | -6/+64 |
| | |||||
* | sway: install all the required packages | Franck Cuny | 2022-02-16 | 1 | -1/+0 |
| | |||||
* | mpd: add configuration to the module itself | Franck Cuny | 2022-02-16 | 1 | -1/+19 |
| | | | | | | When running `mpd` from nixos, it ignores the configuration under `$HOME/.config/mpd/config`. Instead, we need to pass the proper configuration as `extraConfig` to the module itself. | ||||
* | xdg: use actual home directory path | Franck Cuny | 2022-02-16 | 1 | -11/+21 |
| | | | | | Don't use `$HOME`, otherwise when calling `config.xdg-dir.music` in other modules, they can complain that the value is not an absolute path. | ||||
* | swaybar: keep it simple for now | Franck Cuny | 2022-02-16 | 1 | -31/+22 |
| | |||||
* | waybar: fix the configuration for the clock | Franck Cuny | 2022-02-14 | 1 | -2/+2 |
| | |||||
* | waybar: initial customization | Franck Cuny | 2022-02-14 | 1 | -0/+30 |
| | |||||
* | sway: obviously, keyboard is an input ... | Franck Cuny | 2022-02-14 | 1 | -1/+5 |
| | |||||
* | sway: set keyboard options | Franck Cuny | 2022-02-14 | 1 | -1/+5 |
| | | | | | | Set the keyboard layouts to be US and FR. Map capslock to control, and switch between layouts using shift+caps. | ||||
* | email: multiple fixes | Franck Cuny | 2022-02-14 | 1 | -8/+15 |
| | | | | | | | | | | Update the configuration for mbsync so that the name of the mail's folder matches the one from our back (fastmail -> Fastmail). Some changes to the pre-fetch script and move it into the notmuch folder. Set the environment variables for the systemd unit. | ||||
* | email: add initial email configuration | Franck Cuny | 2022-02-13 | 2 | -0/+72 |
| | | | | | Configure the account and pull with mbsync. We run notmuch after the pull. | ||||
* | password-store: use the correct variable | Franck Cuny | 2022-02-13 | 1 | -2/+2 |
| | |||||
* | password-store: set location in the environment | Franck Cuny | 2022-02-13 | 1 | -3/+4 |
| | | | | | | | | Set the location for the password-store's store in the environment variable of the unit. Without that environment variable, the program assumes the store is under '$HOME/.password-store'. | ||||
* | sway: add a few more packages | Franck Cuny | 2022-02-13 | 1 | -2/+3 |
| | |||||
* | emacs: pull community's overlay | Franck Cuny | 2022-02-13 | 1 | -6/+3 |
| | | | | We need the community overlay to get the pure GTK port of Emacs for now. | ||||
* | alacritty: switch back to white background | Franck Cuny | 2022-02-13 | 1 | -0/+6 |
| | | | | I can't stand the dark background. | ||||
* | emacs: let's go! | Franck Cuny | 2022-02-13 | 2 | -0/+11 |
| | |||||
* | sway: set the scaling factor | Franck Cuny | 2022-02-13 | 1 | -0/+5 |
| | |||||
* | gpg: set default key | Franck Cuny | 2022-02-13 | 1 | -0/+3 |
| | | | | And use the default key for signing with git. | ||||
* | i3: delete and let's switch over to sway/wayland | Franck Cuny | 2022-02-13 | 2 | -58/+0 |
| | |||||
* | sway: add gammastep configuration | Franck Cuny | 2022-02-13 | 2 | -0/+14 |
| | | | | Similar to redshift, but for wayland. | ||||
* | sway: need custom unit file for swayidle | Franck Cuny | 2022-02-13 | 1 | -6/+17 |
| | | | | | I don't have access to https://github.com/nix-community/home-manager/pull/2610 yet. | ||||
* | sway: run swayidle and waybar via systemd | Franck Cuny | 2022-02-13 | 3 | -9/+21 |
| | |||||
* | home-manager: the clown car | Franck Cuny | 2022-02-13 | 1 | -1/+1 |
| | |||||
* | home-manager: typo | Franck Cuny | 2022-02-13 | 1 | -1/+1 |
| | |||||
* | sway: adjust configuration | Franck Cuny | 2022-02-13 | 5 | -45/+59 |
| | | | | | | Create a new directory to have all things related to sway. Add some extra configuration for wofi. | ||||
* | sway: first attempt at configuring sway | Franck Cuny | 2022-02-13 | 3 | -2/+45 |
| | | | | | Let's switch right away to sway instead, now that there's an emacs package to support wayland. | ||||
* | home-manager: fix package name | Franck Cuny | 2022-02-13 | 1 | -1/+1 |
| | |||||
* | home-manager: install pavucontrol | Franck Cuny | 2022-02-13 | 1 | -0/+1 |
| | | | | This is needed to control the volume. | ||||
* | home-manager: add redshift | Franck Cuny | 2022-02-12 | 2 | -2/+16 |
| | |||||
* | home-manager: fix a few typos | Franck Cuny | 2022-02-12 | 1 | -2/+2 |
| | |||||
* | home-manager: push password-store to git | Franck Cuny | 2022-02-12 | 1 | -0/+28 |
| | | | | | Add a systemd timer and an unit to push the content of the password store to our git remote. | ||||
* | hosts: load services at the host level | Franck Cuny | 2022-02-12 | 2 | -11/+1 |
| | | | | | | These services are not configured at the user level, but at the host level. We might need a better separation in the future, in case I don't use xserver for example. | ||||
* | home-manager: delete keyring module | Franck Cuny | 2022-02-12 | 2 | -6/+0 |
| | | | | This needs to be setup at the host level. | ||||
* | move configurations and modules around | Franck Cuny | 2022-02-12 | 7 | -2/+54 |
| | | | | Sorry, this is a mess, hopefully the last one. | ||||
* | configs: move personal configuration with user | Franck Cuny | 2022-02-12 | 2 | -5/+5 |
| | |||||
* | home-manager: re-organize configuration for myself | Franck Cuny | 2022-02-12 | 8 | -0/+170 |