chore(nix): update channel to master branch

This commit is contained in:
Dmitriy Pleshevskiy 2022-05-24 10:57:26 +03:00
parent 5f8743dfcf
commit 2b2c68bbee

View file

@ -15,17 +15,19 @@ in
}; };
config = mkIf cfg.enable { config = mkIf cfg.enable {
/*
nixpkgs.overlays = [ nixpkgs.overlays = [
(self: super: { (self: super: {
haskellPackages = super.haskellPackages.override { haskellPackages = super.haskellPackages.override {
overrides = hself: hsuper: { overrides = (hself: hsuper: {
xmonad = hsuper.xmonad_0_17_0; xmonad = hsuper.xmonad_0_17_0;
xmonad-contrib = hsuper.xmonad-contrib_0_17_0; xmonad-contrib = hsuper.xmonad-contrib_0_17_0;
xmonad-extras = hsuper.xmonad-extras_0_17_0; xmonad-extras = hsuper.xmonad-extras_0_17_0;
}; });
}; };
}) })
]; ];
*/
home.packages = with pkgs; [ home.packages = with pkgs; [
xclip # access x clipboard from a console xclip # access x clipboard from a console