refactor(packages): remove temporary fixes now that upstread pkgs are
fixed
This commit is contained in:
10
home.nix
10
home.nix
@@ -4,15 +4,7 @@
|
||||
home.stateVersion = "22.05";
|
||||
|
||||
# Temporary overlays for patches
|
||||
nixpkgs.overlays = [
|
||||
(self: super: {
|
||||
# see https://github.com/NixOS/nixpkgs/pull/206745
|
||||
clisp = super.clisp.override
|
||||
{
|
||||
readline = pkgs.readline6;
|
||||
};
|
||||
})
|
||||
];
|
||||
nixpkgs.overlays = [];
|
||||
|
||||
home.file.".config/traefik/traefik.toml".source = ./files/traefik.toml;
|
||||
home.file.".npmrc".source = ./files/.npmrc;
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
home.packages = with pkgs; [
|
||||
wget
|
||||
curl
|
||||
#httpie # TMP: broken (2022-12-19) - see https://github.com/NixOS/nixpkgs/pull/207035
|
||||
httpie
|
||||
hurl
|
||||
bind
|
||||
gcc
|
||||
@@ -110,7 +110,7 @@
|
||||
|
||||
jetbrains-mono
|
||||
vscode.fhs
|
||||
zettlr # TMP: broken (2022-12-19) - patched with clisp overlay
|
||||
zettlr
|
||||
|
||||
unclutter-xfixes
|
||||
playerctl
|
||||
|
||||
Reference in New Issue
Block a user