]> Git — Sourcephile - julm/julm-nix.git/commit
neovim: configure, using ghostty and tmux
authorJulien Moutinho <julm+julm-nix@sourcephile.fr>
Thu, 30 Oct 2025 21:01:05 +0000 (22:01 +0100)
committerJulien Moutinho <julm+julm-nix@sourcephile.fr>
Sat, 1 Nov 2025 01:35:51 +0000 (02:35 +0100)
commitd9ca006db2709cd3269efe7d1e09664c1f4f3e31
tree8958260d362de7e9a8c092ca0f1e8c46165b8780
parent99940a96c72f8838d98aa1f3d263f30c87f84cb9
neovim: configure, using ghostty and tmux
44 files changed:
flake.lock
flake.nix
home-manager/profiles/drawing.nix
home-manager/profiles/ghostty.nix [new file with mode: 0644]
home-manager/profiles/ghostty/custom.css [new file with mode: 0644]
home-manager/profiles/nvim.nix [new file with mode: 0644]
home-manager/profiles/nvim/lua/config/globals.lua [new file with mode: 0644]
home-manager/profiles/nvim/lua/config/init.lua [new file with mode: 0644]
home-manager/profiles/nvim/lua/config/keymaps.lua [new file with mode: 0644]
home-manager/profiles/nvim/lua/config/lsp.lua [new file with mode: 0644]
home-manager/profiles/nvim/lua/config/options.lua [new file with mode: 0644]
home-manager/profiles/nvim/lua/plugins/.gitkeep [new file with mode: 0644]
home-manager/profiles/nvim/lua/plugins/blink-cmp.lua [new file with mode: 0644]
home-manager/profiles/nvim/lua/plugins/colorizer.lua [new file with mode: 0644]
home-manager/profiles/nvim/lua/plugins/colorscheme-ayu.lua [new file with mode: 0644]
home-manager/profiles/nvim/lua/plugins/colorscheme-github-theme.lua [new file with mode: 0644]
home-manager/profiles/nvim/lua/plugins/colorscheme-solarized-osaka.lua [new file with mode: 0644]
home-manager/profiles/nvim/lua/plugins/colorscheme-solarized.lua [new file with mode: 0644]
home-manager/profiles/nvim/lua/plugins/comment.lua [new file with mode: 0644]
home-manager/profiles/nvim/lua/plugins/conform.lua [new file with mode: 0644]
home-manager/profiles/nvim/lua/plugins/fastaction.lua [new file with mode: 0644]
home-manager/profiles/nvim/lua/plugins/git-conflict.lua [new file with mode: 0644]
home-manager/profiles/nvim/lua/plugins/gitlinker.lua [new file with mode: 0644]
home-manager/profiles/nvim/lua/plugins/haskell-tools.lua [new file with mode: 0644]
home-manager/profiles/nvim/lua/plugins/hunk.lua [new file with mode: 0644]
home-manager/profiles/nvim/lua/plugins/illuminate.lua [new file with mode: 0644]
home-manager/profiles/nvim/lua/plugins/jj.lua [new file with mode: 0644]
home-manager/profiles/nvim/lua/plugins/lualine.lua [new file with mode: 0644]
home-manager/profiles/nvim/lua/plugins/modes.lua [new file with mode: 0644]
home-manager/profiles/nvim/lua/plugins/neo-tree.lua [new file with mode: 0644]
home-manager/profiles/nvim/lua/plugins/nvim-image.lua [new file with mode: 0644]
home-manager/profiles/nvim/lua/plugins/nvim-lint.lua [new file with mode: 0644]
home-manager/profiles/nvim/lua/plugins/nvim-navbuddy.lua [new file with mode: 0644]
home-manager/profiles/nvim/lua/plugins/nvim-navic.lua [new file with mode: 0644]
home-manager/profiles/nvim/lua/plugins/nvim-treesitter.lua [new file with mode: 0644]
home-manager/profiles/nvim/lua/plugins/nvim-web-devicons.lua [new file with mode: 0644]
home-manager/profiles/nvim/lua/plugins/telescope.lua [new file with mode: 0644]
home-manager/profiles/nvim/lua/plugins/which-key.lua [new file with mode: 0644]
home-manager/profiles/tmux.conf
home-manager/profiles/tmux.nix
home-manager/profiles/vim.nix
home-manager/profiles/xmonad.nix
home-manager/profiles/xmonad/xmonad.hs
homes/julm.nix