Commit graph

319 commits

Author SHA1 Message Date
65a0caaadb
fix(nvim): Remove unused extraPlugins 2024-03-04 22:20:07 +01:00
f1991245fe
feat(nvim): Provide an nixvim standalone config
This allows me to test the neovim configuration much easier and also
adds neovim checks to the flake.
2024-03-03 15:20:42 +01:00
c520e4f1c5
fix(nvim): Remove unavailable plugins 2024-03-02 22:54:59 +01:00
270ee14f16
fix(nvim): Translate extraLua*Config to nixvim 2024-03-02 22:54:59 +01:00
69d4af68da
fix(nvim): Single file plugin config 2024-03-02 22:54:59 +01:00
5566c9fe64
feat(nvim): Trouble enable autoClose 2024-03-02 22:54:59 +01:00
0fefc3bdba
fix(nvim): Configure rustaceanvim through nixvim 2024-03-02 22:54:59 +01:00
f0f2241438
fix(nvim): Translate nvim-cmp to nixvim 2024-03-02 22:54:59 +01:00
b501155c96
fix(nvim): Translated lualine to nixvim 2024-03-02 22:54:59 +01:00
fc514537ca
fix(nvim): Translate lspconfig to nixvim 2024-03-02 22:54:58 +01:00
a41e9d3e50
fix(nvim): Translate colorscheme to nixvim 2024-03-02 22:54:58 +01:00
059fd47aa0
fix(nvim): Translate colorizer to nixvim 2024-03-02 22:54:58 +01:00
d98afc2ee5
feat(nvim): Replace formatter with conform 2024-03-02 22:54:58 +01:00
f872b0e054
fix(nvim): Tidy up config 2024-03-02 22:54:57 +01:00
439eec75c3
feat(nvim): Setup nvim-lint through nixvim config 2024-03-02 22:54:57 +01:00
b2b9477041
fix(nvim): Translate augroups and autocmds to nixvim 2024-03-02 22:54:57 +01:00
8ea1f67f07
fix(nvim): Translate mappings to nixvim 2024-03-02 22:41:24 +01:00
c94c4a38df
feat(flake): Use nixvim 2024-03-02 22:41:24 +01:00
34cd265786
feat: Add github cli to dev configuration 2024-03-02 19:05:19 +01:00
f01a1463fe
feat: Add jconfig.dev.enable option
Currently it only enables dev documentation, but maybe I'll add more
stuff.
2024-03-02 18:56:30 +01:00
3da158a7fa
feat: Add linux and posix man pages on dev profile
`jhome.dev.enable = true` now adds linux and posix man-pages
2024-03-02 18:37:27 +01:00
0790465687
feat(ci): Update update-flake-lock action to v21 2024-03-01 08:51:29 +01:00
c5c6b2cb6d
feat: Add justfile with common commands 2024-03-01 08:24:07 +01:00
github-actions[bot]
ea8ca1d28f
flake.lock: Update
Flake lock file updates:

• Updated input 'home-manager':
    'github:nix-community/home-manager/0e0e9669547e45ea6cca2de4044c1a384fd0fe55' (2024-02-22)
  → 'github:nix-community/home-manager/2f3367769a93b226c467551315e9e270c3f78b15' (2024-02-29)
• Updated input 'neovim-nightly':
    'github:nix-community/neovim-nightly-overlay/c0e693f96608883cb9f2fca171c84ef2f04e52ad' (2024-02-23)
  → 'github:nix-community/neovim-nightly-overlay/cc9a9e3382376958422b12170c7edd78087c7a98' (2024-03-01)
• Updated input 'neovim-nightly/neovim-flake':
    'github:neovim/neovim/df1795cd6bdf7e1db31c87d4a33d89a2c8269560?dir=contrib' (2024-02-22)
  → 'github:neovim/neovim/5d4e1693cb415e8b76749e833e28f00f14630b87?dir=contrib' (2024-02-29)
• Updated input 'nixneovim':
    'github:NixNeovim/NixNeovim/7c794c5670e1b3ed41cefa2d598b172c3ff388c8' (2024-01-29)
  → 'github:NixNeovim/NixNeovim/eebce182253d8c665a8a19e0b056f6cfaf97872c' (2024-02-29)
• Updated input 'nixneovim/flake-utils':
    'github:numtide/flake-utils/1ef2e671c3b0c19053962c07dbda38332dcebf26' (2024-01-15)
  → 'github:numtide/flake-utils/d465f4819400de7c8d874d50b982301f28a84605' (2024-02-28)
• Updated input 'nixneovim/nixneovimplugins':
    'github:nixneovim/nixneovimplugins/4ee66f98595b46adcf656e27293eb5546be9ab6f' (2024-01-25)
  → 'github:nixneovim/nixneovimplugins/03cd562d0e4700216dcf8c3e14a4eebf0b2e5681' (2024-02-29)
• Updated input 'nixos-hardware':
    'github:NixOS/nixos-hardware/3f7d0bca003eac1a1a7f4659bbab9c8f8c2a0958' (2024-02-22)
  → 'github:NixOS/nixos-hardware/33a97b5814d36ddd65ad678ad07ce43b1a67f159' (2024-02-28)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/0e74ca98a74bc7270d28838369593635a5db3260' (2024-02-21)
  → 'github:NixOS/nixpkgs/9099616b93301d5cf84274b184a3a5ec69e94e08' (2024-02-28)
2024-03-01 08:17:30 +01:00
40ab720cb1 fix(home): Rustup and rust-analyzer conflict
Make rust-analyzer available to neovim only instead.
2024-02-24 16:32:00 +01:00
5f1ffe3d35
feat(sway): Set compose key to ralt
Make typing unicode characters easier
2024-02-24 16:19:00 +01:00
06534dccd3
feat(home): Configure bat 2024-02-24 15:47:24 +01:00
dd9897f38b
feat(home): Implement dev-config disable 2024-02-24 13:33:56 +01:00
d08d05450d
feat(home): Add options to disable dev config
Also added an option to set neovim a the manpager
2024-02-24 13:33:32 +01:00
github-actions[bot]
b7c498a4fe
flake.lock: Update
Flake lock file updates:

• Updated input 'home-manager':
    'github:nix-community/home-manager/3d6791b3897b526c82920a2ab5f61d71985b3cf8' (2024-02-15)
  → 'github:nix-community/home-manager/0e0e9669547e45ea6cca2de4044c1a384fd0fe55' (2024-02-22)
• Updated input 'neovim-nightly':
    'github:nix-community/neovim-nightly-overlay/1afaeebc41dab1029b855b17d78f2348e8dd49e3' (2024-02-16)
  → 'github:nix-community/neovim-nightly-overlay/c0e693f96608883cb9f2fca171c84ef2f04e52ad' (2024-02-23)
• Updated input 'neovim-nightly/hercules-ci-effects':
    'github:hercules-ci/hercules-ci-effects/d5cbf433a6ae9cae05400189a8dbc6412a03ba16' (2023-12-31)
  → 'github:hercules-ci/hercules-ci-effects/0ca27bd58e4d5be3135a4bef66b582e57abe8f4a' (2024-02-21)
• Updated input 'neovim-nightly/neovim-flake':
    'github:neovim/neovim/04dfa2eea914086a9f42a5a00a33e9524f9fded4?dir=contrib' (2024-02-15)
  → 'github:neovim/neovim/df1795cd6bdf7e1db31c87d4a33d89a2c8269560?dir=contrib' (2024-02-22)
• Updated input 'nixos-hardware':
    'github:NixOS/nixos-hardware/106d3fec43bcea19cb2e061ca02531d54b542ce3' (2024-02-16)
  → 'github:NixOS/nixos-hardware/3f7d0bca003eac1a1a7f4659bbab9c8f8c2a0958' (2024-02-22)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/a4d4fe8c5002202493e87ec8dbc91335ff55552c' (2024-02-15)
  → 'github:NixOS/nixpkgs/0e74ca98a74bc7270d28838369593635a5db3260' (2024-02-21)
2024-02-23 19:26:12 +01:00
831ddea6a9
fix(libra): Reenable dcdebugmask
Issues are still pressent when removing it
2024-02-20 18:01:50 +01:00
7056481bce
feat(libra): Swtich to latest kernel 2024-02-20 17:54:49 +01:00
18f05492b9
feat: Add git-absorb to dev packages 2024-02-18 21:18:22 +01:00
0ef0884a68 fixup! feat(docs): Add neovim module documentation 2024-02-18 21:15:10 +01:00
4883a937f4
fixup! fix(ci): Deploy condition 2024-02-18 17:04:46 +01:00
38114adbcf
fix(ci): Deploy condition 2024-02-18 17:03:06 +01:00
465268c194
feat(ci): Merge all workflows into one file 2024-02-18 16:58:52 +01:00
3c71af1950
feat(docs): Improve package options defaultText 2024-02-18 16:46:31 +01:00
50e8962025
feat(docs): Add image preview to image options 2024-02-18 16:46:15 +01:00
ee404a058e
feat(docs): Generate github source urls 2024-02-18 16:06:32 +01:00
00e193c0d4
fix: Rename ./nixos to ./system
This makes it clearer that it is the system configuration.
2024-02-18 15:43:37 +01:00
96008a0fcc
fix(libra): Comment out kernel params
nixos-hardware should provide those
2024-02-18 15:37:30 +01:00
db8bae6f31
feat(docs): Add neovim module documentation 2024-02-16 20:48:02 +01:00
d47b04a887
feat: Init nvim from jalil-salame/nvim-config
Step one of Issue #15
2024-02-16 20:13:21 +01:00
a4dbd22402
flake.lock: Update
Flake lock file updates:

• Updated input 'stylix':
    'github:jalil-salame/stylix/20e410269dc0432e6884a1a31403951abf6c155f' (2024-02-09)
  → 'github:jalil-salame/stylix/15ffecfd8374c5b2d4c77d94fa568727c7b4c769' (2024-02-16)
• Updated input 'stylix/base16':
    'github:SenchoPens/base16.nix/dddf2e1c04845d43c89a8e9e37d574519649a404' (2023-07-17)
  → 'github:SenchoPens/base16.nix/b390e87cd404e65ab4d786666351f1292e89162a' (2024-01-13)
2024-02-16 07:27:06 +01:00
github-actions[bot]
53d5f2d9d8
flake.lock: Update
Flake lock file updates:

• Updated input 'home-manager':
    'github:nix-community/home-manager/f99eace7c167b8a6a0871849493b1c613d0f1b80' (2024-02-05)
  → 'github:nix-community/home-manager/3d6791b3897b526c82920a2ab5f61d71985b3cf8' (2024-02-15)
• Updated input 'nixos-hardware':
    'https://api.flakehub.com/f/pinned/NixOS/nixos-hardware/0.1.1563%2Brev-6e5cc385fc8cf5ca6495d70243074ccdea9f64c7/018d7dbd-8f5c-772c-9072-324572b824f3/source.tar.gz?narHash=sha256-LTKTzZ6fM5j8XWXf51IMBzDaOaJg9kYWLUZxoIhzRN8%3D' (2024-02-06)
  → 'https://api.flakehub.com/f/pinned/NixOS/nixos-hardware/0.1.1570%2Brev-f1b2f71c86a5b1941d20608db0b1e88a07d31303/018da354-4a5c-7384-b2a6-d88f9fd65c1e/source.tar.gz?narHash=sha256-M%2BHAq1qWQBi/gywaMZwX0odU%2BQb/XeqVeANGKRBDOwU%3D' (2024-02-13)
• Updated input 'nixpkgs':
    'https://api.flakehub.com/f/pinned/NixOS/nixpkgs/0.1.581229%2Brev-f8e2ebd66d097614d51a56a755450d4ae1632df1/018d8a37-bd05-79cb-a42f-290c1f0ca0ce/source.tar.gz?narHash=sha256-2en1kvde3cJVc3ZnTy8QeD2oKcseLFjYPLKhIGDanQ0%3D' (2024-02-07)
  → 'https://api.flakehub.com/f/pinned/NixOS/nixpkgs/0.1.584422%2Brev-a4d4fe8c5002202493e87ec8dbc91335ff55552c/018dad59-c2e8-7e35-bb7c-808d295bb34a/source.tar.gz?narHash=sha256-ZL2TrjVsiFNKOYwYQozpbvQSwvtV/3Me7Zwhmdsfyu4%3D' (2024-02-15)
• Updated input 'nvim-config':
    'github:jalil-salame/nvim-config/506e6c81f9ef7fa6b251e4db5316a38307476c63' (2024-02-07)
  → 'github:jalil-salame/nvim-config/2a106ae6aaa425a3841aecb6f882b45bc2747102' (2024-02-15)
• Updated input 'nvim-config/neovim-nightly':
    'github:nix-community/neovim-nightly-overlay/1da2e054a16309d7d7f7669438c8b9a5ef1b4642' (2024-01-25)
  → 'github:nix-community/neovim-nightly-overlay/0b6b4afc71e14d7f17f4e4a367ce271b9d398432' (2024-02-15)
• Updated input 'nvim-config/neovim-nightly/flake-parts':
    'github:hercules-ci/flake-parts/07f6395285469419cf9d078f59b5b49993198c00' (2024-01-11)
  → 'github:hercules-ci/flake-parts/b253292d9c0a5ead9bc98c4e9a26c6312e27d69f' (2024-02-01)
• Updated input 'nvim-config/neovim-nightly/neovim-flake':
    'github:neovim/neovim/4e59422e1d4950a3042bad41a7b81c8db4f8b648?dir=contrib' (2024-01-24)
  → 'github:neovim/neovim/d09957e0a06f350443c750d9838b5f1016c0cccc?dir=contrib' (2024-02-14)
• Updated input 'pre-commit-hooks':
    'github:cachix/pre-commit-hooks.nix/0db2e67ee49910adfa13010e7f012149660af7f0' (2024-02-07)
  → 'github:cachix/pre-commit-hooks.nix/5df5a70ad7575f6601d91f0efec95dd9bc619431' (2024-02-15)
2024-02-16 07:21:17 +01:00
49ec78ea2e
feat(libra): Hide systemd-boot menu by default
Press and hold space during boot to show the menu.
2024-02-12 18:32:59 +01:00
f82e9ecfbf
fix(fonts): Explicitely set emoji fonts 2024-02-10 11:49:36 +01:00
2275082351
flake.lock: Update
Flake lock file updates:

• Updated input 'stylix':
    'github:jalil-salame/stylix/8059347a40023ba7ce2a2b79ed5d17c205a9fb88' (2024-02-08)
  → 'github:jalil-salame/stylix/20e410269dc0432e6884a1a31403951abf6c155f' (2024-02-09)
2024-02-10 11:44:17 +01:00
github-actions[bot]
4a4cd36ae9
flake.lock: Update
Flake lock file updates:

• Updated input 'home-manager':
    'github:nix-community/home-manager/4d53427bce7bf3d17e699252fd84dc7468afc46e' (2024-02-01)
  → 'github:nix-community/home-manager/f99eace7c167b8a6a0871849493b1c613d0f1b80' (2024-02-05)
• Updated input 'nixos-hardware':
    'https://api.flakehub.com/f/pinned/NixOS/nixos-hardware/0.1.1558%2Brev-83e571bb291161682b9c3ccd48318f115143a550/018d674b-740c-710e-9fe6-832f56de0985/source.tar.gz?narHash=sha256-3CfxA7gZ%2BDVv/N9Pvw61bV5Oe/mWfxYPyVQGqp9TMJA%3D' (2024-02-02)
  → 'https://api.flakehub.com/f/pinned/NixOS/nixos-hardware/0.1.1563%2Brev-6e5cc385fc8cf5ca6495d70243074ccdea9f64c7/018d7dbd-8f5c-772c-9072-324572b824f3/source.tar.gz?narHash=sha256-LTKTzZ6fM5j8XWXf51IMBzDaOaJg9kYWLUZxoIhzRN8%3D' (2024-02-06)
• Updated input 'nixpkgs':
    'https://api.flakehub.com/f/pinned/NixOS/nixpkgs/0.1.577948%2Brev-97b17f32362e475016f942bbdfda4a4a72a8a652/018d5e85-4e02-7200-b411-d764d60cd44e/source.tar.gz?narHash=sha256-UcsnCG6wx%2B%2B23yeER4Hg18CXWbgNpqNXcHIo5/1Y%2Bhc%3D' (2024-01-29)
  → 'https://api.flakehub.com/f/pinned/NixOS/nixpkgs/0.1.581229%2Brev-f8e2ebd66d097614d51a56a755450d4ae1632df1/018d8a37-bd05-79cb-a42f-290c1f0ca0ce/source.tar.gz?narHash=sha256-2en1kvde3cJVc3ZnTy8QeD2oKcseLFjYPLKhIGDanQ0%3D' (2024-02-07)
• Updated input 'nvim-config':
    'github:jalil-salame/nvim-config/1edc2c0796fb0528e9ad43927c2dec80660af854' (2024-02-05)
  → 'github:jalil-salame/nvim-config/506e6c81f9ef7fa6b251e4db5316a38307476c63' (2024-02-07)
• Updated input 'pre-commit-hooks':
    'github:cachix/pre-commit-hooks.nix/7c54e08a689b53c8a1e5d70169f2ec9e2a68ffaf' (2024-01-28)
  → 'github:cachix/pre-commit-hooks.nix/0db2e67ee49910adfa13010e7f012149660af7f0' (2024-02-07)
• Updated input 'stylix':
    'github:jalil-salame/stylix/a492a0ae8c752be6ba25fda1dcd13e6270b900d2' (2024-02-02)
  → 'github:jalil-salame/stylix/8059347a40023ba7ce2a2b79ed5d17c205a9fb88' (2024-02-08)
• Added input 'stylix/gnome-shell':
    'github:GNOME/gnome-shell/a7c169c6c29cf02a4c392fa0acbbc5f5072823e7' (2023-10-31)
2024-02-09 12:24:34 +01:00