Compare commits
No commits in common. "71da8bd68a35c46770f54270deac5ecd1cf4b413" and "199d5a6367e6ab1c99a1818b43f03a1f24643747" have entirely different histories.
71da8bd68a
...
199d5a6367
4 changed files with 1 additions and 8 deletions
|
@ -66,10 +66,6 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
difftastic = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
aliases = {
|
||||
ls = "ls-files";
|
||||
ignored = "ls-files -o -i --exclude-standard";
|
||||
|
|
|
@ -38,8 +38,7 @@ in
|
|||
# };
|
||||
|
||||
nix = {
|
||||
# package = pkgs.nixVersions.latest;
|
||||
package = pkgs.nixVersions.nix_2_23;
|
||||
package = pkgs.nixVersions.latest;
|
||||
|
||||
buildMachines = mkIf cfg.remote-builders [
|
||||
{
|
||||
|
|
|
@ -199,7 +199,6 @@ in
|
|||
bottom
|
||||
dconf
|
||||
dbeaver-bin
|
||||
devenv
|
||||
doggo
|
||||
easyeffects
|
||||
fd
|
||||
|
|
|
@ -224,7 +224,6 @@ in
|
|||
(chromium.override { enableWideVine = true; })
|
||||
dbeaver-bin
|
||||
dconf
|
||||
devenv
|
||||
doggo
|
||||
easyeffects
|
||||
fd
|
||||
|
|
Loading…
Reference in a new issue