Switch to stable branch and update inputs
This commit is contained in:
parent
233f05ec3a
commit
bb57760151
6 changed files with 196 additions and 177 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
{ config, lib, pkgs, pkgs-unstable, ... }:
|
||||
{
|
||||
|
||||
environment.pathsToLink = [ "/share/zsh" ];
|
||||
|
|
@ -16,9 +16,6 @@
|
|||
|
||||
nixpkgs = {
|
||||
overlays = [ (import ../overlay.nix { }) ];
|
||||
config = {
|
||||
allowUnfree = true;
|
||||
};
|
||||
};
|
||||
|
||||
xsession = {
|
||||
|
|
@ -242,7 +239,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
packages = with pkgs; [
|
||||
packages = with pkgs-unstable; [
|
||||
haskellPackages.xmobar
|
||||
i3lock
|
||||
ncmpcpp
|
||||
|
|
@ -275,7 +272,6 @@
|
|||
portfolio
|
||||
transmission-remote-gtk
|
||||
monero-gui
|
||||
exodus
|
||||
|
||||
jdk
|
||||
jetbrains.idea-community
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue