Compare commits
No commits in common. "0f5d98e657f8df321052e6cb58df4f24edc099e3" and "f95b3ab3af24e92da93d32f335ee7c4ab9981b4c" have entirely different histories.
0f5d98e657
...
f95b3ab3af
5 changed files with 4 additions and 8 deletions
|
@ -21,6 +21,9 @@
|
|||
"branch" = {
|
||||
sort = "-committerdate";
|
||||
};
|
||||
"column" = {
|
||||
ui = "auto";
|
||||
};
|
||||
"commit" = {
|
||||
verbose = "true";
|
||||
};
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
enableDefaultPackages = true;
|
||||
fontDir.enable = true;
|
||||
packages = with pkgs; [
|
||||
nerdfonts
|
||||
dejavu_fonts
|
||||
fira-code
|
||||
];
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
nixpkgs.overlays = [
|
||||
(import ../overlay/default.nix)
|
||||
];
|
||||
}
|
2
overlay
2
overlay
|
@ -1 +1 @@
|
|||
Subproject commit db03a4a0ee9bf782cbebf8b52c89d82434416f04
|
||||
Subproject commit 7fc544758f1004ca7e193acc4a8d0ee784e585a9
|
|
@ -24,7 +24,6 @@ in
|
|||
../modules/nixld.nix
|
||||
../modules/fwupd.nix
|
||||
../modules/lix.nix
|
||||
../modules/overlay.nix
|
||||
|
||||
../secrets/remote-builder.nix
|
||||
../users/fleaz.nix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue