about summary refs log tree commit diff
path: root/users/fcuny/desktop/default.nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add a few more modules to home/ and delete stuffFranck Cuny2022-04-091-45/+0
|
* home-manager: add `isTrusted`Franck Cuny2022-04-031-1/+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.
* simplify multimedia for the desktopFranck Cuny2022-04-031-1/+1
| | | | | | | | | | | 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.
* desktop: element and themeFranck Cuny2022-03-121-0/+4
|
* scan-print: tools for scanning and printingFranck Cuny2022-03-041-0/+1
|
* 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: re-organize the modulesFranck Cuny2022-02-271-1/+1
| | | | | Rename 'sway' to 'wm' to make it more generic; rename some of the other modules (e.g. 'wofi' to 'launcher'), for the same reason.
* syncthing: enable the moduleFranck Cuny2022-02-211-0/+1
|
* media: reorganize in multiples modulesFranck Cuny2022-02-181-1/+1
| | | | Add two new modules to synchronize videos and musics to the NAS.
* emacs: let's go!Franck Cuny2022-02-131-0/+1
|
* sway: adjust configurationFranck Cuny2022-02-131-0/+1
| | | | | | 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-131-2/+0
| | | | | Let's switch right away to sway instead, now that there's an emacs package to support wayland.
* home-manager: add redshiftFranck Cuny2022-02-121-2/+3
|
* hosts: load services at the host levelFranck Cuny2022-02-121-9/+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.
* move configurations and modules aroundFranck Cuny2022-02-121-0/+15
| | | | Sorry, this is a mess, hopefully the last one.
* home-manager: re-organize configuration for myselfFranck Cuny2022-02-121-0/+20