Commit graph

40 commits

Author SHA1 Message Date
703cd0264b
fix(swww)!: remove
Does not currently build
2024-07-25 13:45:31 +03:00
5590ef9cdc
feat(shell)!: update zsh plugins 2024-07-21 18:04:41 +03:00
3801e9bf62
feat(nu)!: update config for nushell 0.95.0 2024-07-21 18:04:00 +03:00
b467917c95
feat(wezterm): disable bell 2024-07-21 17:47:55 +03:00
e3b1539b41
refactor(flake)!: deduplicate code in configurations flake module
Pass around `perSystem`'s `pkgs` instances to the system configurations
Some more refactoring in `configurations`' `mkHost` functions
Also start using `home-manager`'s `useGlobalPkgs` option
Also use `mkShellNoCC` for default `devShell`
Also `nix flake update`
2024-07-20 14:30:25 +03:00
6e0c2adc1c
feat(home-manager): add scm module
For `git` and `jujutsu`
2024-07-19 01:40:36 +03:00
65b3a48cf2
feat(shell): enable GnuPG shell integration 2024-06-01 16:11:37 +03:00
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
a73cd43bbf
feat(wezterm): update wezterm.fnl
Realign
Use more macros
2024-05-04 22:50:49 +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
ca1e0b0c1b
feat(spotify): add spicetify-nix
Currenly not used (no support for `nix-darw`)
2023-11-17 17:44:05 +02:00
bdda5d9182
fix(nushell): comment out old cd config 2023-11-17 16:02:04 +02:00
01240450d2
fix(macos): trampoline apps 2023-11-17 15:58:59 +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
71efe77560
fix(home-manager)!: comment out NIX_PATH shenanigan 2023-09-06 21:39:34 +03:00
88513f43ee
feat(zsh): set ${SHELL} 2023-07-31 07:55:07 +03:00
08c1b58a70
feat(wezterm)!: add fennel config
TODO: automate compilation to `lua`
2023-07-31 07:54:18 +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
de43011b22
feat(flake)!: convert to fs-defined modules
Place all modules in either:
    - `modules/${manager}/${module}.nix`
    - `modules/${manager}/${module}/default.nix`

- `${manager}` - One of `nixos`, `nix-on-droid`, `nix-darwin` or `home-manager`
- `${module}` - Module name (autoimported by configurations, used for exporting)
2023-07-25 21:08:46 +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
319817b5c0
feat(wezterm): :retab and improve URL regex 2023-07-13 14:27:45 +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
5056fb39f1
feat(shell): add support for atuin 2023-05-13 13:17:43 +03:00
c5c43e9fc5
feat!(limontozu): add config 2023-04-17 12:05:13 +03:00
793afa76d1
feat(reo101-river): update
Add waybar config
Fix screenshot keybind
2023-03-23 08:21:56 +02:00
e86d916ae8
feat(homix): update configuration
Extract `river` configuration into a `home-manager` module
Fix `xkb` configuration
Unpin `neovim-nightly-overlay`:
    - https://github.com/nix-community/neovim-nightly-overlay/pull/166
    - https://github.com/nix-community/neovim-nightly-overlay/pull/167
2023-03-13 18:18:03 +02:00
0353e8e164
fix(reo101-wezterm): make it opaque again 2023-03-06 18:28:45 +02:00
bd2df72ebc
feat(wezterm): add module for wezterm
Enable it for `homix`
2023-02-21 23:31:38 +02:00
faf3445774
fix(starship): don't hardcode username 2023-02-19 12:49:42 +02:00
b51df48e6e
feat(reo101-shell): add more options 2023-02-17 02:47:22 +02:00
df9ce2d4e2
feat!(flake): update homix
Update flake (`neovim-nightly-overlay` is fixed)
Format all `.nix` files
Unify package/module argument order:
    - `inputs`, `outputs`, `lib`, `pkgs`, `config`, ...
Move Jellyfin config to a `NixOS` module (first one, yay)
Add `direnv` to `reo101-shell` modules (was used, but not defined as wanted)
    - TODO: make it optional (module config options)
2023-02-13 00:33:57 +02:00
406fe35116 feat!(flake): add NixOS config for homix
Copy and impove `home-manager` module integration from `nix-on-darwin` for `nixos`
Add `homix` *server* with NVIDIA drivers, `wayland` + `river`, Jellyfin, etc.
2023-02-11 01:08:58 +02:00
be2bb504d9 feat(config): initial
Based on `cce47e4df5/standard`
Adds (experimental) support for `nix-on-droid` and `nix-on-darwin`
Includes support for multiple hosts of each base
Adds config for `cheetah` on `nix-on-droid`
2022-11-20 17:23:58 +02:00