Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | more refactoring | Franck Cuny | 2024-12-08 | 2 | -97/+0 |
| | |||||
* | move machine configurations under darwin and nixos | Franck Cuny | 2024-11-17 | 1 | -29/+22 |
| | | | | Don't manage fonts on Darwin with homebrew. | ||||
* | delete more python code | Franck Cuny | 2024-10-14 | 1 | -12/+0 |
| | |||||
* | delete a bunch of python related stuff | Franck Cuny | 2024-10-14 | 1 | -4/+0 |
| | |||||
* | clean up the devshell setup | Franck Cuny | 2024-10-05 | 1 | -42/+37 |
| | |||||
* | install nixos-rebuild | Franck Cuny | 2024-09-28 | 1 | -0/+1 |
| | | | | So that I can build the configuration for remote hosts | ||||
* | install pandoc | Franck Cuny | 2024-09-28 | 1 | -0/+1 |
| | |||||
* | update deps and remove nur/firefox overlays | Franck Cuny | 2024-09-13 | 1 | -3/+1 |
| | |||||
* | minior changes to devshell configuration | Franck Cuny | 2024-09-13 | 1 | -9/+12 |
| | |||||
* | add a new host: wildcat | Franck Cuny | 2024-08-05 | 3 | -2/+4 |
| | | | | This is a VPS on hetzner. | ||||
* | add a linux VM as a new host | Franck Cuny | 2024-08-03 | 1 | -0/+12 |
| | | | | | The linux VM runs with UTM, and it has a very basic configuration for now. | ||||
* | no need to install go related packages | Franck Cuny | 2024-07-22 | 1 | -7/+0 |
| | | | | There's no more go things in this repo | ||||
* | remove commands from devenv | Franck Cuny | 2024-07-22 | 1 | -44/+0 |
| | |||||
* | bump nixos to 24.05 | Franck Cuny | 2024-07-22 | 1 | -0/+2 |
| | |||||
* | more deletion | Franck Cuny | 2024-05-06 | 1 | -1/+0 |
| | |||||
* | move ipconverter under `src` | Franck Cuny | 2024-05-05 | 1 | -1/+0 |
| | |||||
* | move seqstat | Franck Cuny | 2024-05-04 | 1 | -6/+0 |
| | |||||
* | move the slocalc under `src` | Franck Cuny | 2024-05-04 | 1 | -3/+1 |
| | |||||
* | don't install the script for pizza | Franck Cuny | 2024-05-04 | 1 | -1/+0 |
| | |||||
* | enable ruff | Franck Cuny | 2024-04-29 | 1 | -0/+1 |
| | |||||
* | add `robloxenv` to manage hashi credentials | Franck Cuny | 2024-04-29 | 1 | -1/+2 |
| | | | | | I never know how to get the credentials for some hashi components. This script helps with getting the credentials I need at the edge. | ||||
* | add a script to fetch cheeseboard's menu | Franck Cuny | 2024-04-28 | 1 | -0/+1 |
| | | | | Delete the version in go. | ||||
* | move the `slocalc` to a python script | Franck Cuny | 2024-04-16 | 1 | -1/+3 |
| | |||||
* | switch to absolute path | Franck Cuny | 2024-03-11 | 1 | -5/+5 |
| | |||||
* | reorganize common files for hosts | Franck Cuny | 2024-03-11 | 1 | -2/+3 |
| | | | | Move the common configuration for nix to its own file. | ||||
* | share configuration for shell utils | Franck Cuny | 2024-03-07 | 2 | -1/+13 |
| | |||||
* | rename `tools` to `packages` to follow convention | Franck Cuny | 2024-03-06 | 1 | -1/+1 |
| | | | | | | The convention is to use `pkgs` or `packages` for overlays and definition of custom packages. Since I'm already using `pkg` for go, I prefer to use `packages` for my scripts. | ||||
* | use absolute path by using `$self` | Franck Cuny | 2024-03-06 | 1 | -2/+2 |
| | |||||
* | install my own scripts | Franck Cuny | 2024-03-06 | 2 | -2/+18 |
| | | | | | | This is the first step to re-enable installing custom scripts. The next step will be to rename `tools` to `packages`, and then if needed I will be able to support overlays. | ||||
* | add configuration for my work machine | Franck Cuny | 2024-03-04 | 1 | -0/+1 |
| | |||||
* | common macos preferences are moved to a module | Franck Cuny | 2024-03-04 | 1 | -0/+1 |
| | |||||
* | extract shared code for darwin to a new module | Franck Cuny | 2024-03-04 | 1 | -0/+1 |
| | |||||
* | nix libraries and modules will be under `nix/` | Franck Cuny | 2024-03-04 | 2 | -0/+131 |