Commit graph

16 commits

Author SHA1 Message Date
752f4ea454
feat(flake)!: update
Fix `nixUnstable` -> `nixVersions.latest` (including `*-limited` overlay)
Remove `repl-flake` nix experimental feature (removed as of `2.22.0`)
Remove references to `rnix-lsp` (deprecated)
2024-05-04 22:47:27 +03:00
62ae512e4f
chore(jeeves)!: update xdg-portals config
TODO: reasearch config meaning
2024-01-21 23:48:10 +02:00
e8425447b3
fix!: remove dhall-lsp-server (broken package) 2023-09-06 22:34:00 +03:00
cc58835189
chore!(homix): update nixpkgs
Also rename `lib` to `util` to avoid confusion
2023-04-15 18:09:55 +03:00
fd854dcf7c
feat(homix): add some packages for reo101
`vim-fmi` -> `vim-fmi-cli`
`gnupg`
`fennel-language-server`
2023-03-23 08:23:17 +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
6e3ffd9a15
feat(homix): update configuration
Add `docker` support
Add more development packages
2023-03-06 18:31:14 +02:00
75e9f37e43
feat(river): add more goodies
`xdg-desktop-portal-wlr`
`Super+F11` to screenshot
2023-03-06 18:29:53 +02:00
b73b1fac18
feat(vim-fmi): add package 2023-03-06 18:28:13 +02:00
bd2df72ebc
feat(wezterm): add module for wezterm
Enable it for `homix`
2023-02-21 23:31:38 +02:00
42b3641827
feat!(homix): add some common CLI tools
Also temporarily disable wezterm as it does not build currently
2023-02-17 02:49:44 +02:00
b51df48e6e
feat(reo101-shell): add more options 2023-02-17 02:47:22 +02:00
0532f7e843
feat(homix): play around with xdg-desktop-portals 2023-02-17 02:46:09 +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
0879b52630
feat!(flake): update homix
Add more & generalize flake outputs:
    - templates: just a `default.nix` (TODO: add a `Haskell` template)
    - packages & devShells: create and use `forEachPkgs`
Add more `Wayland` things for `homix`:
    - `swww` - custom package + custom systemd service (TODO: abstract away)
    - `wired` - from flake + `home-manager` module
Add default `imports` and `nixokgs.overlays` for `reo101@homix`
    -- TODO: don't handwire it, somehow *auto-import* from `mkNixosHost` in `flake.nix`
2023-02-12 01:54:27 +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