caem
62a2c850ae
I run Debian on my Thinkpad and wanted to take advantage of nix on there without also installing NixOS there, so here is added support for it.
6 lines
59 B
Nix
6 lines
59 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
programs.zsh.enable = true;
|
|
}
|
|
|