]> 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>
Thu, 30 Oct 2025 21:32:36 +0000 (22:32 +0100)
commit62b2b8cee81cca1147452c982ad0baa2dd246552
tree51f0aafdbb25fc07e672be1d6eaade5e87b004a9
parent99940a96c72f8838d98aa1f3d263f30c87f84cb9
neovim: configure, using ghostty and tmux
43 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/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