m 2 main-laptop: use zsh for main-laptop

This commit is contained in:
makefu 2015-12-16 12:29:24 +01:00
parent 3d26e0b58f
commit a4abf300d8
2 changed files with 2 additions and 3 deletions

View File

@ -6,14 +6,12 @@
{
imports =
[ # Include the results of the hardware scan.
../2configs/main-laptop.nix #< base-gui
../2configs/main-laptop.nix #< base-gui + zsh
# Krebs
../2configs/tinc-basic-retiolum.nix
#../2configs/disable_v6.nix
# environment
../2configs/zsh-user.nix
# applications

View File

@ -9,6 +9,7 @@ with lib;
imports = [
./base-gui.nix
./fetchWallpaper.nix
./zsh-user.nix
];
environment.systemPackages = with pkgs;[
vlc