about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* swaybar: keep it simple for nowFranck Cuny2022-02-161-31/+22
|
* home-manager: install a few more packagesFranck Cuny2022-02-161-0/+2
|
* hosts: remove btrfs subvolume 'media'Franck Cuny2022-02-161-6/+0
| | | | | The host would not boot successfully with that, I'm doing something wrong.
* waybar: fix the configuration for the clockFranck Cuny2022-02-141-2/+2
|
* hosts: add a new subvolumes to carmelFranck Cuny2022-02-142-0/+9
| | | | | Create a subvolume named 'media' that we will mount under /home/fcuny/media so we can snapshots /home/fcuny without the medias.
* waybar: initial customizationFranck Cuny2022-02-141-0/+30
|
* hosts: enable rtkit with audio moduleFranck Cuny2022-02-141-0/+2
|
* 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'.
* flake.lockFranck Cuny2022-02-131-0/+16
|
* sway: add a few more packagesFranck Cuny2022-02-131-2/+3
|
* emacs: pull community's overlayFranck Cuny2022-02-133-6/+6
| | | | 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
|
* hosts: load igb kernel module for initrdFranck Cuny2022-02-131-0/+1
| | | | We need to load the driver for the NIC.
* hosts: unlock disks remotely on bootFranck Cuny2022-02-133-19/+28
| | | | | Enable a SSH daemon in initrd, with our keys, so we can unlock remotely the disk on reboot.
* 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
|
* desktop: ensure we're installing swayFranck Cuny2022-02-131-1/+7
|
* hosts: remove configuration for ssh keys in initrdFranck Cuny2022-02-131-1/+0
| | | | This is not working yet, we will figure this out later.
* motd: drop, there's no need for thatFranck Cuny2022-02-132-13/+0
|
* sway: first attempt at configuring swayFranck Cuny2022-02-134-13/+48
| | | | | 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-133-14/+8
|
* home-manager: fix package nameFranck Cuny2022-02-131-1/+1
|
* hosts: decrypt root disk via ssh on bootFranck Cuny2022-02-133-0/+27
|
* desktop: gnome related thingsFranck Cuny2022-02-131-1/+10
|
* 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.
* hosts: enable avahi on desktopFranck Cuny2022-02-131-0/+5
| | | | This is going to be needed to print (for example).
* 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
|
* flake.lockFranck Cuny2022-02-121-1/+56
|
* hosts: load services at the host levelFranck Cuny2022-02-123-11/+16
| | | | | | 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.
* hosts: rename commons to commonFranck Cuny2022-02-1213-0/+0
|
* hosts: import common modulesFranck Cuny2022-02-122-3/+2
| | | | | | Update the `mkSystem` function to include the proper common module, and fix the path to import the common configuration for a desktop into `carmel`.
* move configurations and modules aroundFranck Cuny2022-02-1220-26/+65
| | | | Sorry, this is a mess, hopefully the last one.
* configs: move personal configuration with userFranck Cuny2022-02-1217-6/+6
|
* 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
|
* hosts: more typoFranck Cuny2022-02-121-1/+1
|
* hosts: typoFranck Cuny2022-02-121-1/+2
|
* hosts: centralize network configurationFranck Cuny2022-02-123-10/+37
|
* 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
|
* lib: remove in-existing moduleFranck Cuny2022-02-101-1/+0
|
* 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.
* hosts: set hostname from configurationFranck Cuny2022-02-101-6/+2
|
* nix: enable flakesFranck Cuny2022-02-101-9/+12
|
* fix a few errorsFranck Cuny2022-02-103-2/+2
|
* users: enable home-manager for myselfFranck Cuny2022-02-101-0/+3
|
* hosts: common configuration across all hostsFranck Cuny2022-02-101-0/+12
|
* home-manager: set the hostnameFranck Cuny2022-02-101-2/+2
|
* nix: fix a bunch of stuffFranck Cuny2022-02-103-12/+10
|
* home-manager: split the configurationFranck Cuny2022-02-102-16/+93
|
* home-manager: fix mpd configFranck Cuny2022-02-101-4/+9
|
* home-manager: mpd and ncmpcpp configurationFranck Cuny2022-02-104-0/+54
|
* 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.
* polybar: rename configuration filesFranck Cuny2022-02-092-0/+0
|
* 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-0912-11/+163
| | | | | 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-092-1/+16
|
* home-manager: fix path for zsh.nixFranck Cuny2022-02-091-0/+0
|
* home-manager: expand zsh configurationFranck Cuny2022-02-093-0/+34
|
* systems: add a MoTDFranck Cuny2022-02-092-0/+13
|
* modules: swap capslock for controlFranck Cuny2022-02-091-1/+1
|
* hosts: use systemd-resolved on carmelFranck Cuny2022-02-091-0/+6
|
* modules: more softwareFranck Cuny2022-02-091-1/+2
|
* modules: set a few more options for nixFranck Cuny2022-02-091-0/+3
|
* hosts: remove usersFranck Cuny2022-02-091-1/+0
|
* users: move users configuration to systemsFranck Cuny2022-02-093-19/+26
|
* systems: typoFranck Cuny2022-02-091-0/+2
|
* systems: ensure latest kernel and tmp on tmpfsFranck Cuny2022-02-091-0/+3
|
* systems: more packagesFranck Cuny2022-02-091-1/+6
|
* hosts: remove / clean codeFranck Cuny2022-02-093-44/+21
| | | | | | There's a lot of commented stuff I don't need, and move things that are configured in the host into modules, which will improve re-usability and readability of this configuration.
* ssh: new module for managing sshFranck Cuny2022-02-091-0/+5
|
* 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-095-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").
* Revert "desktop: new option to control desktop setup"Franck Cuny2022-02-092-30/+13
| | | | This reverts commit 343e89015a55b627400286a06937175facb1494d.
* Revert "desktop: install sound and xserver only when asked"Franck Cuny2022-02-092-44/+32
| | | | This reverts commit 3b1ac4f78d21802073c82df39ca7080ae70a67a9.
* desktop: install sound and xserver only when askedFranck Cuny2022-02-082-32/+44
|
* desktop: new option to control desktop setupFranck Cuny2022-02-082-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.
* i3: remove extra packages and fix typoFranck Cuny2022-02-082-7/+1
|
* i3: separate configuration for xserver and i3Franck Cuny2022-02-084-25/+38
| | | | | 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-085-39/+41
|
* desktop: configuration for i3Franck Cuny2022-02-082-4/+19
|
* users: enable xdgFranck Cuny2022-02-081-0/+2
|
* hosts: remove unneeded commentsFranck Cuny2022-02-081-6/+0
|
* systems: move some packages out of host configFranck Cuny2022-02-082-5/+1
|
* desktop: add soundFranck Cuny2022-02-082-0/+21
| | | | Let's use pipewire.
* systems: fix typoFranck Cuny2022-02-081-1/+1
|
* systems: install more packagesFranck Cuny2022-02-082-1/+24
|
* home-manager: typo in my configFranck Cuny2022-02-081-1/+1
|
* carmel: use DHCP on the wireless interfaceFranck Cuny2022-02-081-1/+2
|
* home-manager: fix initial configurationFranck Cuny2022-02-082-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.
* home: initial configuration for home managerFranck Cuny2022-02-082-0/+32
|
* xserver: drop deprecated variableFranck Cuny2022-02-081-1/+0
| | | | | | | | | | ``` warning: The following options are deprecated: - services.xserver.windowManager.default Please use services.xserver.displayManager.defaultSession = "none+i3"; instead. ```
* desktop: import correct moduleFranck Cuny2022-02-081-1/+1
|
* xserver: initial configurationFranck Cuny2022-02-083-8/+25
| | | | Enable it for the desktop.
* systems: drop nix.settingsFranck Cuny2022-02-081-5/+0
| | | | This is not yet available with the current configuration.
* carmel: apply systems and desktop modulesFranck Cuny2022-02-081-0/+2
|
* systems: default configuration for all systemsFranck Cuny2022-02-083-3/+22
|
* modules: start desktop configurationFranck Cuny2022-02-072-0/+24
| | | | | We will create a module for desktop (which will also be used by the laptop). Start by configuring the fonts.
* flake: pull home-manager and unstableFranck Cuny2022-02-071-1/+10
|
* flake: install my user on carmelFranck Cuny2022-02-071-0/+1
|
* users: initial configuration for my userFranck Cuny2022-02-071-0/+19
|
* carmel: initial host configurationFranck Cuny2022-02-074-0/+192
| | | | Initial configuration for the desktop (carmel).
* doc: how to install the systemFranck Cuny2022-02-071-0/+87
|
* Add README.org, LICENSE.txtFranck Cuny2022-02-072-0/+21
|
* Initial commitFranck Cuny2022-02-050-0/+0
This commit is empty on purpose.