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 = imports =
[ # Include the results of the hardware scan. [ # Include the results of the hardware scan.
../2configs/main-laptop.nix #< base-gui ../2configs/main-laptop.nix #< base-gui + zsh
# Krebs # Krebs
../2configs/tinc-basic-retiolum.nix ../2configs/tinc-basic-retiolum.nix
#../2configs/disable_v6.nix #../2configs/disable_v6.nix
# environment
../2configs/zsh-user.nix
# applications # applications

View File

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