Compare commits
No commits in common. "feb001699d72d1e75d8137eadde1e46e6ed1ef21" and "243777b690f2c045e08f7e3f08bea8a6625e04d3" have entirely different histories.
feb001699d
...
243777b690
|
@ -23,6 +23,7 @@ in {
|
||||||
./programs/tmux.nix
|
./programs/tmux.nix
|
||||||
./programs/zsh
|
./programs/zsh
|
||||||
|
|
||||||
|
./services/git-maintenance.nix
|
||||||
./services/nix-channel-update.nix
|
./services/nix-channel-update.nix
|
||||||
./services/pueue.nix
|
./services/pueue.nix
|
||||||
|
|
||||||
|
|
|
@ -14,10 +14,6 @@ let
|
||||||
];
|
];
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
imports = [
|
|
||||||
./maintenance-timers.nix
|
|
||||||
];
|
|
||||||
|
|
||||||
# TODO: convert to template once nix-sops supports it in hm module
|
# TODO: convert to template once nix-sops supports it in hm module
|
||||||
sops.secrets."git/nordicsemi-config" = { };
|
sops.secrets."git/nordicsemi-config" = { };
|
||||||
|
|
||||||
|
@ -54,7 +50,6 @@ in
|
||||||
authors = "shortlog --summary --numbered --email";
|
authors = "shortlog --summary --numbered --email";
|
||||||
si = "switch-interactive";
|
si = "switch-interactive";
|
||||||
rebase-author = "rebase -i -x \"git commit --amend --reset-author -CHEAD\"";
|
rebase-author = "rebase -i -x \"git commit --amend --reset-author -CHEAD\"";
|
||||||
git = "!git";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
|
@ -89,10 +84,6 @@ in
|
||||||
|
|
||||||
maintenance.strategy = "incremental";
|
maintenance.strategy = "incremental";
|
||||||
|
|
||||||
scalar = {
|
|
||||||
repo = [ "${config.home.homeDirectory}/nixpkgs" ];
|
|
||||||
};
|
|
||||||
|
|
||||||
transfer.fsckObjects = true;
|
transfer.fsckObjects = true;
|
||||||
|
|
||||||
receive.fsckObjects = true;
|
receive.fsckObjects = true;
|
||||||
|
|
|
@ -16,10 +16,6 @@ in {
|
||||||
maxItems = 50;
|
maxItems = 50;
|
||||||
browser = ''"${defaultBrowser}"'';
|
browser = ''"${defaultBrowser}"'';
|
||||||
extraConfig = lib.strings.concatStringsSep "\n" [
|
extraConfig = lib.strings.concatStringsSep "\n" [
|
||||||
''
|
|
||||||
auto-reload no
|
|
||||||
''
|
|
||||||
|
|
||||||
''
|
''
|
||||||
macro m set browser "${videoViewer}"; open-in-browser ; set browser "${defaultBrowser}"
|
macro m set browser "${videoViewer}"; open-in-browser ; set browser "${defaultBrowser}"
|
||||||
macro l set browser "${defaultBrowser}"; open-in-browser ; set browser "${defaultBrowser}"
|
macro l set browser "${defaultBrowser}"; open-in-browser ; set browser "${defaultBrowser}"
|
||||||
|
|
|
@ -37,6 +37,5 @@ in {
|
||||||
(mkSource [ "tech" "linux" "nixos" ] "https://myme.no/feed.xml")
|
(mkSource [ "tech" "linux" "nixos" ] "https://myme.no/feed.xml")
|
||||||
(mkSource [ "tech" "linux" "nixos" "compilers" ] "https://flyx.org/feed.xml")
|
(mkSource [ "tech" "linux" "nixos" "compilers" ] "https://flyx.org/feed.xml")
|
||||||
(mkSource [ "tech" "linux" ] "https://blog.jfx.ac/feed.xml")
|
(mkSource [ "tech" "linux" ] "https://blog.jfx.ac/feed.xml")
|
||||||
(mkSource [ "tech" "linux" "nixos" ] "https://dandellion.xyz/atom.xml")
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue