about summary refs log tree commit diff
path: root/users/fcuny/desktop (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sway: install all the required packagesFranck Cuny2022-02-161-1/+0
|
* mpd: add configuration to the module itselfFranck Cuny2022-02-161-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 pathFranck Cuny2022-02-161-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 nowFranck Cuny2022-02-161-31/+22
|
* waybar: fix the configuration for the clockFranck Cuny2022-02-141-2/+2
|
* waybar: initial customizationFranck Cuny2022-02-141-0/+30
|
* sway: obviously, keyboard is an input ...Franck Cuny2022-02-141-1/+5
|
* sway: set keyboard optionsFranck Cuny2022-02-141-1/+5
| | | | | | Set the keyboard layouts to be US and FR. Map capslock to control, and switch between layouts using shift+caps.
* email: multiple fixesFranck Cuny2022-02-141-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 configurationFranck Cuny2022-02-132-0/+72
| | | | | Configure the account and pull with mbsync. We run notmuch after the pull.
* password-store: use the correct variableFranck Cuny2022-02-131-2/+2
|
* password-store: set location in the environmentFranck Cuny2022-02-131-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 packagesFranck Cuny2022-02-131-2/+3
|
* emacs: pull community's overlayFranck Cuny2022-02-131-6/+3
| | | | We need the community overlay to get the pure GTK port of Emacs for now.
* alacritty: switch back to white backgroundFranck Cuny2022-02-131-0/+6
| | | | I can't stand the dark background.
* emacs: let's go!Franck Cuny2022-02-132-0/+11
|
* sway: set the scaling factorFranck Cuny2022-02-131-0/+5
|
* gpg: set default keyFranck Cuny2022-02-131-0/+3
| | | | And use the default key for signing with git.
* i3: delete and let's switch over to sway/waylandFranck Cuny2022-02-132-58/+0
|
* sway: add gammastep configurationFranck Cuny2022-02-132-0/+14
| | | | Similar to redshift, but for wayland.
* sway: need custom unit file for swayidleFranck Cuny2022-02-131-6/+17
| | | | | I don't have access to https://github.com/nix-community/home-manager/pull/2610 yet.
* sway: run swayidle and waybar via systemdFranck Cuny2022-02-133-9/+21
|
* home-manager: the clown carFranck Cuny2022-02-131-1/+1
|
* home-manager: typoFranck Cuny2022-02-131-1/+1
|
* sway: adjust configurationFranck Cuny2022-02-135-45/+59
| | | | | | Create a new directory to have all things related to sway. Add some extra configuration for wofi.
* sway: first attempt at configuring swayFranck Cuny2022-02-133-2/+45
| | | | | Let's switch right away to sway instead, now that there's an emacs package to support wayland.
* home-manager: fix package nameFranck Cuny2022-02-131-1/+1
|
* home-manager: install pavucontrolFranck Cuny2022-02-131-0/+1
| | | | This is needed to control the volume.
* home-manager: add redshiftFranck Cuny2022-02-122-2/+16
|
* home-manager: fix a few typosFranck Cuny2022-02-121-2/+2
|
* home-manager: push password-store to gitFranck Cuny2022-02-121-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 levelFranck Cuny2022-02-122-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 moduleFranck Cuny2022-02-122-6/+0
| | | | This needs to be setup at the host level.
* move configurations and modules aroundFranck Cuny2022-02-127-2/+54
| | | | Sorry, this is a mess, hopefully the last one.
* configs: move personal configuration with userFranck Cuny2022-02-122-5/+5
|
* home-manager: re-organize configuration for myselfFranck Cuny2022-02-128-0/+170