6e713090c3
chore!: spring cleaning
...
Make `nix-darwin` follow flake's version `nixpkgs`
`neovim-nighlty-overlay` - `.overlay` -> `.overlays.default`
`nixVersions` - `stable` -> `latest`
Check `${SHLVL}` before reloading `nix-daemon.sh` (shadows `nix shell`s)
`fetchFromGitHub` - `sha256` -> `hash`
Create `-monitored` packages only for valid `nixVersions`
2024-05-26 12:46:52 +03:00
ff04252a67
feat(darwin)!: update config
...
Add `nix` initialization script to shell's `extraConfig`
- fixes `nix` when updating MacOS
Add `flameshot` to `brew` packages
Fix tilde (`~`) remapping
- mysteriously switched after a restart, needed to swap
Add (noncompiling) `borders` (`JankyBorders`) config
Add `TODO` to `sketchybar` config
2024-05-11 22:57:00 +03:00
36e14ad3f6
style: format with nix fmt
...
Currently uses `nixpkgs-fmt`
2024-01-25 17:39:43 +02:00
7cd310e385
chore(nushell): disable metric
filesize
format
2024-01-21 23:45:03 +02:00
ac66ed6530
feat(nix): use nix-monitored
...
Automatically pipes all nix output through `nix-output-monitor`
Deprecates the manual pipe in the `rebuild` script
2023-12-25 18:51:44 +02:00
e440b6e2c5
chore(shell): add TODO
comment
2023-12-08 01:19:37 +02:00
bdda5d9182
fix(nushell): comment out old cd
config
2023-11-17 16:02:04 +02:00
4099a560e0
chore(limonka): various updates
...
Add `nixpkgs-cross-overlay` to substituters
Add `google-cloud-sdk` to `home.packages`
Remove comment (from old experiments) from `reo101-shell` HM module
Remove `pinentry-touchid` from `brew` packages (causing issues, no longer used)
2023-10-23 09:01:07 +03:00
bf2bbb2446
fix(nushell): better (vi-mode) compatability with starship
...
Also clean up the rest of `env.nu`
2023-09-07 01:00:43 +03:00
22ccaedc94
feat(shell): add support for nushell
2023-09-06 21:56:08 +03:00
88513f43ee
feat(zsh): set ${SHELL}
2023-07-31 07:55:07 +03:00
20e7547b0c
fix(shell)!: accept a hostname
parameter
...
Pass along device `hostname` into `home-manager` (and more) configs
Used for the `rebuild` command since `nix-on-droid` uses the `default` system instead of the `$(hostname)` one (because that requires root to change on-device)
2023-07-26 09:48:01 +03:00
bc81e59950
feat(flake)!: common home-manager
settings
...
Automatically add the flake's overlays to `home-manager`'s `nixpkgs.overlays`
Split up `reo101-shell`
Upgdate `cheetah` to `23.05`
Some formatting
2023-07-26 08:44:02 +03:00
61fceefb4a
fix(shell): rebuild
command
...
Now takes a `module` paramater to indicate where the flake is stored
2023-07-23 17:04:31 +03:00
f2519d6b71
feat(shell)!: move to separate directory
...
Also add `advcpmv` aliases for `cp` and `mv`
2023-07-13 14:26:37 +03:00