update 22.05
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
let
|
||||
unstable = import <nixos-unstable> { config = { allowUnfree = true; }; };
|
||||
in
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
wget curl vim nano zsh fzf tmux git exa progress tldr htop docker-compose
|
||||
wget curl vim nano zsh fzf tmux git exa progress tldr htop unstable.docker-compose
|
||||
];
|
||||
|
||||
imports =
|
||||
|
||||
Reference in New Issue
Block a user