-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
config #3
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Moving `use-xdg-directories` to `nix.settings` fixes nix profile sourcing issues with zsh and starship prompt. See also: nix-community/home-manager#5187
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
feat: use unstable releases
feat: add neovim config via kickstart.nvim
refactor: remove declarations for enabled packages
feat: allow unfree nix packages
fix: add nvim dependencies for linux systems
fix: permit nvim lazy-lock.json to be written
chore: update nvim config
feat: add git config
feat: update lazygit config
fix: remove program attr from git config in linux
build: update nix flakes
fix: rewrite git delete-local-merged alias
refactor: move shelliases object to top level
feat: add less packages
feat: add local bin directory
feat: add nix config
feat: define session env variables
feat: move zsh history to xdg state home
refactor: cleanup
feat: add atuin config
feat: add fzf config
feat: update atuin config
feat: add autosuggest accept key binding
fix: rearrange session path
feat: manage completion with ez-compinit plugin
feat: add zoxide config
fix: correctly define short vercel alias
feat: add more aliases
refactor: simplify flake
feat: add yazi config
fix: ansi escape color codes for bat manpager
See also: Problem with ANSI escape color codes on Kitty (Fedora 36 on Sway) and Centos 8 Stream. sharkdp/bat#2568
feat: add bash config
fix: make type alias compatible with bash
feat: add starship prompt config
feat: use oh-my-tmux config
feat: use nvim config from my kickstart.nvim fork
chore: cleanup redundant files
build: update nvim config source
feat: add nettools pkg for linux
feat: enable zsh completion for aliased commands
feat: add github cli config
build: update from-github pkgs sources
fix: remove fetch-tree from experimental-features
feat: add use-xdg-base-directories nix option
fix: move nix extra options to nix settings
Moving
use-xdg-directories
tonix.settings
fixes nix profilesourcing issues with zsh and starship prompt.
See also: bug: ZSH .zshenv doesn't support ($XDG_STATE_HOME) XDG Base Directory Specification nix-community/home-manager#5187
feat: add perl pkg
fix: remove trusted users settings
See also:
accept-flake-config
allows running commands asroot
NixOS/nix#9649fix: view trucolor in lazygit delta pager on tmux
See also: Truecolors not working inside tmux jesseduffield/lazygit#3668
style: format code
feat: add zsh global aliases
build: update flakes
feat: restore neovim plugins on home activation
fix: change shebang of local bin files
feat: experiment with nixos config
feat: manage github sources with nix flake
refactor: pass username as argument
feat: auto optimise nix store