Compare commits

...

4 commits

Author SHA1 Message Date
Geoffrey Frogeye 740e103730
Review system packages 2023-12-16 19:06:10 +01:00
Geoffrey Frogeye 8dfaa80f96
Use gitFull
I want gitk
2023-12-16 19:02:59 +01:00
Geoffrey Frogeye 6f1121d731
Properly add syncthing 2023-12-16 19:00:33 +01:00
Geoffrey Frogeye 2515d3e8ea
Don't use lessopen/lesspipe
Broken, will ask for strings.
2023-12-16 18:58:13 +01:00
4 changed files with 7 additions and 6 deletions

View file

@ -248,6 +248,7 @@ in
less.enable = true;
git = {
enable = true;
package = pkgs.gitFull;
aliases = {
"git" = "!exec git"; # In case I write one too many git
};
@ -465,7 +466,6 @@ in
khard
khal
todoman
syncthing
# TODO Lots of redundancy with other way things are defined here

View file

@ -6,7 +6,6 @@
home.packages = with pkgs; [
# Common
perf-tools
git
jq
yq
universal-ctags

View file

@ -64,5 +64,8 @@
# https://hydra.nixos.org/job/nixos/release-23.11/nixpkgs.blender.aarch64-linux
blender
]);
services = {
syncthing.enable = true;
};
};
}

View file

@ -25,10 +25,8 @@
environment.systemPackages = with pkgs; [
wget
kexec-tools
openvpn
# Needed for all the fetchFromGit in this repo on nixos-rebuild
git
neovim # So we have a working editor in rescue mode
git # Needed for all the fetchFromGit in this repo on nixos-rebuild
];
nixpkgs.config.allowUnfree = true;
@ -39,6 +37,7 @@
ccache.enable = true;
# TODO Not enough, see https://nixos.wiki/wiki/CCache.
# Might want to see if it's worth using on NixOS
less.lessopen = null; # Don't use lessopen
gnupg.agent.enable = true;
# Let users mount disks