aboutsummaryrefslogtreecommitdiff
path: root/nix/profiles/home-manager/dev.nix (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-03-12installing vscode through nix does not work well for meFranck Cuny1-109/+0
2024-03-06enable copilot for vscodeFranck Cuny1-0/+2
2024-03-04add configuration for my work machineFranck Cuny1-6/+10
2024-03-04move all home-manager settings under the profilesFranck Cuny1-0/+0
2024-03-04expand configuration for vscodeFranck Cuny1-8/+65
2024-03-04install and configure vscodeFranck Cuny1-12/+70
2024-02-02install kubectlFranck Cuny1-0/+6
2024-02-02install firefoxFranck Cuny1-1/+0
The firefox packages for darwin are broken. `bandithedoge/nixpkgs-firefox-darwin` provides an overlay to install the package on darwin. Add some specific configurations to make firefox work as I want out of the box. We also add NUR to install some firefox extensions (ublock, 1password).
2024-01-25bump the version of goFranck Cuny1-1/+1
2023-12-14simplify the layoutFranck Cuny1-0/+0
2023-12-09delete even more unused configurationsFranck Cuny1-2/+7
2023-09-14more configuration for darwinFranck Cuny1-13/+3
2023-06-02profiles/dev: set MYPY_CACHE_DIRFranck Cuny1-0/+1
2023-06-02profiles/dev: install virtualenvFranck Cuny1-0/+1
2023-05-28tools/waybar-systemd-units: get a list of failed systemd unitsFranck Cuny1-0/+1
Get a list of failed systemd units (both user and systems), and generate an output compatible to what waybar expects. Refer to https://github.com/Alexays/Waybar/wiki/Module:-Custom for more details about the format.
2023-05-05home/profiles: move (almost) all modules to profilesFranck Cuny1-0/+49
This is a major refactor, similar to what was done for the hosts, but in a single commit.