Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-02-13 | i3: delete and let's switch over to sway/wayland | Franck Cuny | 2 | -58/+0 | |
2022-02-13 | sway: add gammastep configuration | Franck Cuny | 2 | -0/+14 | |
Similar to redshift, but for wayland. | |||||
2022-02-13 | sway: need custom unit file for swayidle | Franck Cuny | 1 | -6/+17 | |
I don't have access to https://github.com/nix-community/home-manager/pull/2610 yet. | |||||
2022-02-13 | sway: run swayidle and waybar via systemd | Franck Cuny | 3 | -9/+21 | |
2022-02-13 | home-manager: the clown car | Franck Cuny | 1 | -1/+1 | |
2022-02-13 | home-manager: typo | Franck Cuny | 1 | -1/+1 | |
2022-02-13 | sway: adjust configuration | Franck Cuny | 5 | -45/+59 | |
Create a new directory to have all things related to sway. Add some extra configuration for wofi. | |||||
2022-02-13 | cli: this is not working | Franck Cuny | 1 | -2/+0 | |
2022-02-13 | desktop: ensure we're installing sway | Franck Cuny | 1 | -1/+7 | |
2022-02-13 | hosts: remove configuration for ssh keys in initrd | Franck Cuny | 1 | -1/+0 | |
This is not working yet, we will figure this out later. | |||||
2022-02-13 | motd: drop, there's no need for that | Franck Cuny | 2 | -13/+0 | |
2022-02-13 | sway: first attempt at configuring sway | Franck Cuny | 4 | -13/+48 | |
Let's switch right away to sway instead, now that there's an emacs package to support wayland. | |||||
2022-02-13 | hosts: install linux perf tools for the host | Franck Cuny | 3 | -14/+8 | |
2022-02-13 | home-manager: fix package name | Franck Cuny | 1 | -1/+1 | |
2022-02-13 | hosts: decrypt root disk via ssh on boot | Franck Cuny | 3 | -0/+27 | |
2022-02-13 | desktop: gnome related things | Franck Cuny | 1 | -1/+10 | |
2022-02-13 | home-manager: install perf related tools | Franck Cuny | 2 | -0/+15 | |
bcc, perf, etc | |||||
2022-02-13 | home-manager: install pavucontrol | Franck Cuny | 1 | -0/+1 | |
This is needed to control the volume. | |||||
2022-02-13 | hosts: enable avahi on desktop | Franck Cuny | 1 | -0/+5 | |
This is going to be needed to print (for example). | |||||
2022-02-12 | home-manager: add redshift | Franck Cuny | 2 | -2/+16 | |
2022-02-12 | home-manager: fix a few typos | Franck Cuny | 1 | -2/+2 | |
2022-02-12 | home-manager: push password-store to git | Franck Cuny | 1 | -0/+28 | |
Add a systemd timer and an unit to push the content of the password store to our git remote. | |||||
2022-02-12 | home-manager: typo | Franck Cuny | 1 | -1/+1 | |
I need something to help with lint/validation ... | |||||
2022-02-12 | home-manager: git credential helpers configuration | Franck Cuny | 1 | -0/+9 | |
2022-02-12 | flake.lock | Franck Cuny | 1 | -1/+56 | |
2022-02-12 | hosts: load services at the host level | Franck Cuny | 3 | -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. | |||||
2022-02-12 | home-manager: delete keyring module | Franck Cuny | 2 | -6/+0 | |
This needs to be setup at the host level. | |||||
2022-02-12 | hosts: rename commons to common | Franck Cuny | 13 | -0/+0 | |
2022-02-12 | hosts: import common modules | Franck Cuny | 2 | -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`. | |||||
2022-02-12 | move configurations and modules around | Franck Cuny | 20 | -26/+65 | |
Sorry, this is a mess, hopefully the last one. | |||||
2022-02-12 | configs: move personal configuration with user | Franck Cuny | 17 | -6/+6 | |
2022-02-12 | home-manager: re-organize configuration for myself | Franck Cuny | 15 | -44/+58 | |
2022-02-12 | home-manager: last typo | Franck Cuny | 2 | -2/+2 | |
2022-02-12 | home-manager: how many more typos ? | Franck Cuny | 1 | -1/+1 | |
2022-02-12 | home-manager: typo | Franck Cuny | 1 | -1/+1 | |
2022-02-12 | home-manager: remove trailing slash | Franck Cuny | 1 | -1/+1 | |
2022-02-12 | hosts: more typo | Franck Cuny | 1 | -1/+1 | |
2022-02-12 | hosts: typo | Franck Cuny | 1 | -1/+2 | |
2022-02-12 | hosts: centralize network configuration | Franck Cuny | 3 | -10/+37 | |
2022-02-12 | home-manager: start to organize user configuration | Franck Cuny | 3 | -1/+15 | |
2022-02-10 | home-manager: fix imports for pass | Franck Cuny | 1 | -1/+1 | |
2022-02-10 | home-manager: install password-store | Franck Cuny | 2 | -0/+9 | |
2022-02-10 | users: more cleanup | Franck Cuny | 1 | -1/+0 | |
2022-02-10 | users: we need to include desktop too | Franck Cuny | 1 | -0/+1 | |
2022-02-10 |