Compare commits

..

No commits in common. "a903c3d56a43415056a5c0a1c159f4b291cb8056" and "7528eddfa50be3afd345a456bc4e4bf7862f581d" have entirely different histories.

2 changed files with 25 additions and 50 deletions

View file

@ -1,29 +0,0 @@
[user]
email = root@ivnglkv.me
name = Ivan Golikov
[push]
default = current
[diff]
external = difft
tool = difftastic
[difftool]
prompt = false
[difftool "difftastic"]
cmd = difft "$LOCAL" "$REMOTE"
[pager]
difftool = true
[credential]
helper = cache --timeout=600
[core]
editor = nvim
autocrlf = input
[init]
defaultBranch = main

View file

@ -17,27 +17,31 @@
# The home.packages option allows you to install Nix packages into your # The home.packages option allows you to install Nix packages into your
# environment. # environment.
home.packages = with pkgs; [ home.packages = [
obsidian pkgs.obsidian
kitty pkgs.kitty
git pkgs.git
darktable pkgs.darktable
gparted pkgs.gparted
telegram-desktop pkgs.telegram-desktop
keepassxc pkgs.keepassxc
libreoffice pkgs.libreoffice
ungoogled-chromium pkgs.ungoogled-chromium
difftastic pkgs.difftastic
uv pkgs.uv
lazygit pkgs.lazygit
zoxide pkgs.zoxide
qmk pkgs.qmk
dos2unix pkgs.dos2unix
gnumake pkgs.gnumake
ripgrep pkgs.ripgrep
github-copilot-cli pkgs.github-copilot-cli
nerd-fonts.iosevka-term pkgs.nerd-fonts.iosevka-term
fzf pkgs.fzf
# # Adds the 'hello' command to your environment. It prints a friendly
# # "Hello, world!" when run.
# pkgs.hello
# # It is sometimes useful to fine-tune packages, for example, by applying # # It is sometimes useful to fine-tune packages, for example, by applying
# # overrides. You can do that directly here, just don't forget the # # overrides. You can do that directly here, just don't forget the
# # parentheses. Maybe you want to install Nerd Fonts with a limited number of # # parentheses. Maybe you want to install Nerd Fonts with a limited number of