chore(nix): update channel to master branch
This commit is contained in:
parent
5f8743dfcf
commit
2b2c68bbee
1 changed files with 4 additions and 2 deletions
|
@ -15,17 +15,19 @@ in
|
|||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
/*
|
||||
nixpkgs.overlays = [
|
||||
(self: super: {
|
||||
haskellPackages = super.haskellPackages.override {
|
||||
overrides = hself: hsuper: {
|
||||
overrides = (hself: hsuper: {
|
||||
xmonad = hsuper.xmonad_0_17_0;
|
||||
xmonad-contrib = hsuper.xmonad-contrib_0_17_0;
|
||||
xmonad-extras = hsuper.xmonad-extras_0_17_0;
|
||||
};
|
||||
});
|
||||
};
|
||||
})
|
||||
];
|
||||
*/
|
||||
|
||||
home.packages = with pkgs; [
|
||||
xclip # access x clipboard from a console
|
||||
|
|
Loading…
Reference in a new issue