about summary refs log tree commit diff
path: root/users/fcuny/desktop (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add a few more modules to home/ and delete stuffFranck Cuny2022-04-0917-633/+0
|
* sound: add a new moduleFranck Cuny2022-04-051-2/+1
| | | | | | | | | | This is the start of yet another refactoring of the configuration. Sound configuration is moving to a module, and we enable it as needed at the host level. It takes care of configuring pipewire and install the packages needed too. This module is applied to the laptop and the desktop.
* waybar: fix colors for the workspacesFranck Cuny2022-04-051-9/+9
|
* home-manager: add `isTrusted`Franck Cuny2022-04-037-150/+0
| | | | | | | | | | Install and configure some programs only on trusted machines. On trusted machines, my mails, GPG and a few other things are configured. A machine where this is not needed on a regular basis to get things done don't need that much information. Also rename `desktop/trust` to `trusted`, in case we want these packages on a host that is not a desktop, and `trusted` is a better description.
* firefox: set duckduckgo as default search engineFranck Cuny2022-04-031-9/+20
| | | | This is not really working, need to figure this out.
* email: use afew to filter emailsFranck Cuny2022-04-031-25/+17
| | | | This is still not working as I want, will need more iteration.
* simplify multimedia for the desktopFranck Cuny2022-04-038-119/+16
| | | | | | | | | | | I don't need to have systemd units to synchronize medias from a desktop to the NAS: I'll download all the medias on the NAS directly. I don't need to have a module for each type of media, there's not enough configuration to justify that complexity. I also don't need anymore mpd and co. as I'm using navidrome to host the music on the NAS and sublime-music to listen to it on the desktop.
* swaybar: simplify colorsFranck Cuny2022-03-311-18/+17
|
* alacritty: use the default colorsFranck Cuny2022-03-252-53/+0
|
* sway: switch back to waybarFranck Cuny2022-03-142-72/+132
| | | | | Get rid of icons, use plain text with different colors depending on the state.
* theme: dont' set alacritty bg and fgFranck Cuny2022-03-141-3/+0
|
* desktop: element and themeFranck Cuny2022-03-121-0/+4
|
* terminal: nixfmtFranck Cuny2022-03-121-10/+4
|
* wofi: color + nixfmtFranck Cuny2022-03-121-4/+2
|
* notification: fix timeout and documentFranck Cuny2022-03-121-8/+8
|
* wm: ensure element is assigned to space #4Franck Cuny2022-03-101-0/+1
|
* sway: formatting, colors, wlogoutFranck Cuny2022-03-091-44/+75
|
* nas: backup photos and musicFranck Cuny2022-03-081-0/+106
| | | | | | | Instead of rsync-ing these folders to a GCS bucket, I should instead do a backup. If I screw up something, the content will be sync-ed, and I won't be able to restore it. It's better (maybe more expensive, but that's OK) to keep snapshots and be able to restore.
* git: sign with GPG only when one desktopFranck Cuny2022-03-052-0/+26
| | | | | Move the configuration for git that requires the signing to pass, and use the `pass-git-helper` to manage the secrets.
* scan-print: tools for scanning and printingFranck Cuny2022-03-042-0/+6
|
* firefox: a few more settingsFranck Cuny2022-02-271-4/+11
|
* i3status: clean up formattingFranck Cuny2022-02-271-2/+2
|
* firefox: add plugins and configurationsFranck Cuny2022-02-271-0/+29
|
* xdg: let's drop the mime configurationFranck Cuny2022-02-271-13/+0
| | | | Let's rely on the default for now.
* software: drop nautilus, add a few more thingsFranck Cuny2022-02-271-1/+13
| | | | | | | | | Replace nautilus with pcmanfm, which is more than enough for my needs (I still can't open correctly images / PDF with nautilus, I don't care why). Add a few more packages (seahorse, easyeffects) to improve usability of the desktop.
* sway: import systemd environments on startupFranck Cuny2022-02-271-0/+3
|
* sway: assign applications to workspacesFranck Cuny2022-02-271-0/+5
|
* mako: run with systemdFranck Cuny2022-02-271-5/+16
|
* mako: add notification daemonFranck Cuny2022-02-272-0/+16
|
* wofi: tweak the UIFranck Cuny2022-02-272-43/+26
|
* sway: re-organize the modulesFranck Cuny2022-02-277-42/+25
| | | | | Rename 'sway' to 'wm' to make it more generic; rename some of the other modules (e.g. 'wofi' to 'launcher'), for the same reason.
* sway: let's drop this - I don't know what it doesFranck Cuny2022-02-241-1/+0
| | | | I can see that later on.
* emacs: install aspell correctlyFranck Cuny2022-02-221-4/+2
|
* syncthing: enable the moduleFranck Cuny2022-02-211-0/+1
|
* emacs: add aspell and dictionariesFranck Cuny2022-02-212-0/+11
|
* terminal: live reload of alacritty's configurationFranck Cuny2022-02-211-0/+1
|
* sway: remove environment variablesFranck Cuny2022-02-211-9/+0
| | | | This *might* not be needed.
* sway: adjust scaling for aptosFranck Cuny2022-02-211-1/+1
|
* sway: switch to i3status and set keybindingsFranck Cuny2022-02-213-104/+96
| | | | | | | | Replace waybar with i3status. I keep running into issues with waybar (does not start, for example), and i3 status is a bit easier to configure. Set some keybindings so I can adjust volume and brightness.
* terminal: a few more tweaks to alacrittyFranck Cuny2022-02-211-1/+10
|
* sway: configure scaling factor for aptosFranck Cuny2022-02-211-0/+4
|
* sway: set some environment variablesFranck Cuny2022-02-211-0/+10
| | | | | Without these variables, I can't get pinentry to pop up when needed, and firefox stays blurry.
* videos: fix typoFranck Cuny2022-02-211-1/+1
|
* pass: use upstream synchroniser serviceFranck Cuny2022-02-211-27/+3
| | | | I don't have to write / maintain my own!
* mpd: fix path to ncmpcpp configurationFranck Cuny2022-02-211-1/+1
|
* 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-181-2/+7
|
* 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-171-0/+1
|
* wofi: improve the readability of the windowFranck Cuny2022-02-171-6/+64
|
* 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