switch from stable as default to unstable as default
This commit is contained in:
parent
2129e60782
commit
4264f92c19
25 changed files with 61 additions and 201 deletions
|
|
@ -1,12 +1,15 @@
|
|||
{ pkgs, ... }:
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
home.packages = builtins.attrValues {
|
||||
inherit (pkgs.unstable)
|
||||
inherit (pkgs)
|
||||
devenv
|
||||
;
|
||||
};
|
||||
programs = {
|
||||
zsh.enable = true;
|
||||
zsh = {
|
||||
enable = true;
|
||||
dotDir = "${config.xdg.configHome}/zsh";
|
||||
};
|
||||
direnv = {
|
||||
enable = true;
|
||||
nix-direnv.enable = true;
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
programs.jujutsu = {
|
||||
enable = true;
|
||||
package = pkgs.unstable.jujutsu;
|
||||
package = pkgs.jujutsu;
|
||||
settings = {
|
||||
user = {
|
||||
email = "contact@wanderingcrow.net";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue