about summary refs log tree commit diff
path: root/users (follow)
Commit message (Collapse)AuthorAgeFilesLines
* media: reorganize in multiples modulesFranck Cuny2022-02-187-3/+86
| | | | Add two new modules to synchronize videos and musics to the NAS.
* gammastep: will need to figure this out laterFranck Cuny2022-02-181-2/+3
|
* waybar: a few more adjustments.Franck Cuny2022-02-181-2/+3
|
* gammastep: use lat/long from localeFranck Cuny2022-02-181-2/+2
|
* swaylock: unsure if I'm doing the right thing hereFranck Cuny2022-02-182-38/+11
|
* waybar: first round of customizationsFranck Cuny2022-02-181-22/+94
|
* sway: add default fontFranck Cuny2022-02-181-0/+4
|
* xdg: add default applicationFranck Cuny2022-02-181-0/+13
|
* pass: minor adjustmentsFranck Cuny2022-02-181-4/+9
|
* mpd: only start mpd when neededFranck Cuny2022-02-172-0/+37
|
* wofi: improve the readability of the windowFranck Cuny2022-02-171-6/+64
|
* go: set GOBIN and GOPRIVATE variablesFranck Cuny2022-02-171-0/+2
| | | | | | Binaries are going to $HOME/.local/bin.go and we want to make sure that modules coming from git.fcuny.net and golang.fcuny.net are considered private.
* sway: install all the required packagesFranck Cuny2022-02-161-1/+0
|
* home-manager: move activate logic in users' configFranck Cuny2022-02-161-0/+2
|
* 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-162-35/+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
|
* home-manager: install a few more packagesFranck Cuny2022-02-161-0/+2
|
* 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
|
* yt-dlp: don't install unstableFranck Cuny2022-02-131-1/+1
|
* yt-dlp: correct configFranck Cuny2022-02-132-1/+26
|
* home-manager: typo in git moduleFranck Cuny2022-02-131-0/+2
|
* home-manager: install yt-dlpFranck Cuny2022-02-133-0/+11
|
* gpg: set default keyFranck Cuny2022-02-132-0/+7
| | | | 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.
* cli: this is not workingFranck Cuny2022-02-131-2/+0
|
* 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.
* hosts: install linux perf tools for the hostFranck Cuny2022-02-132-13/+0
|
* home-manager: fix package nameFranck Cuny2022-02-131-1/+1
|
* home-manager: install perf related toolsFranck Cuny2022-02-132-0/+15
| | | | bcc, perf, etc
* 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.
* home-manager: typoFranck Cuny2022-02-121-1/+1
| | | | I need something to help with lint/validation ...
* home-manager: git credential helpers configurationFranck Cuny2022-02-121-0/+9
|
* 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-1217-6/+219
|
* home-manager: re-organize configuration for myselfFranck Cuny2022-02-1215-44/+58
|
* home-manager: last typoFranck Cuny2022-02-122-2/+2
|
* home-manager: how many more typos ?Franck Cuny2022-02-121-1/+1
|
* home-manager: typoFranck Cuny2022-02-121-1/+1
|
* home-manager: remove trailing slashFranck Cuny2022-02-121-1/+1
|
* home-manager: start to organize user configurationFranck Cuny2022-02-123-1/+15
|
* home-manager: fix imports for passFranck Cuny2022-02-101-1/+1
|
* home-manager: install password-storeFranck Cuny2022-02-102-0/+9
|
* users: more cleanupFranck Cuny2022-02-101-1/+0
|
* users: we need to include desktop tooFranck Cuny2022-02-101-0/+1
|
* users: rename common.nix to default.nixFranck Cuny2022-02-101-0/+0
| | | | We will use the variable 'destkop' to decide what to install after that.
* users: enable home-manager for myselfFranck Cuny2022-02-101-0/+3
|
* home-manager: set the hostnameFranck Cuny2022-02-101-2/+2
|
* home-manager: fix mpd configFranck Cuny2022-02-101-4/+9
|
* home-manager: mpd and ncmpcpp configurationFranck Cuny2022-02-102-0/+11
|
* 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 GTK configurationFranck Cuny2022-02-091-2/+5
|
* 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.
* desktop: configure GTKFranck Cuny2022-02-091-0/+30
|
* alacritty: more settingsFranck Cuny2022-02-091-1/+11
|
* git: update list of things to ignoreFranck Cuny2022-02-091-1/+21
|
* home-manager: fix zsh configFranck Cuny2022-02-091-1/+1
|
* home-manager: fix path for zsh.nixFranck Cuny2022-02-091-0/+0
|
* home-manager: expand zsh configurationFranck Cuny2022-02-092-0/+22
|
* users: move users configuration to systemsFranck Cuny2022-02-091-19/+0
|
* home-manager: rofi uses alacrittyFranck Cuny2022-02-091-1/+1
|
* home-manager: more typos ..Franck Cuny2022-02-091-2/+2
|
* home-manager: update xdg configurationFranck Cuny2022-02-091-0/+13
|
* 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: add tmux configurationFranck Cuny2022-02-092-0/+14
|
* home-manager: fix one more typoFranck Cuny2022-02-091-1/+1
|
* home-manager: fix some typosFranck Cuny2022-02-092-1/+1
|
* home-manager: add more common programsFranck Cuny2022-02-093-4/+30
| | | | Add git configuration and move go to its own module.
* terminal: alacritty is our terminal of choiceFranck Cuny2022-02-092-8/+12
|
* home-manager: fix typoFranck Cuny2022-02-091-1/+1
|
* home-manager: simplify the configurationFranck Cuny2022-02-093-16/+19
| | | | | | | | | | | | | 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-082-0/+41
|
* users: enable xdgFranck Cuny2022-02-081-0/+2
|
* home-manager: typo in my configFranck Cuny2022-02-081-1/+1
|
* home-manager: fix initial configurationFranck Cuny2022-02-081-4/+0
| | | | | 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.
* home: initial configuration for home managerFranck Cuny2022-02-082-0/+32
|
* users: initial configuration for my userFranck Cuny2022-02-071-0/+19