diff options
author | makefu <makefu@nixos.dev> | 2015-12-16 12:29:24 +0100 |
---|---|---|
committer | makefu <makefu@nixos.dev> | 2015-12-16 12:29:24 +0100 |
commit | a4abf300d8adea5a454f8664f2de6dd8e9095216 (patch) | |
tree | fb4fb3f383c0b790beb485d4b923d94b2bfb8ab7 /makefu/2configs | |
parent | 3d26e0b58f4c692f2f412ecc838f0b766b97947e (diff) |
m 2 main-laptop: use zsh for main-laptop
Diffstat (limited to 'makefu/2configs')
-rw-r--r-- | makefu/2configs/main-laptop.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/makefu/2configs/main-laptop.nix b/makefu/2configs/main-laptop.nix index 00a3e73ca..b725f661d 100644 --- a/makefu/2configs/main-laptop.nix +++ b/makefu/2configs/main-laptop.nix @@ -9,6 +9,7 @@ with lib; imports = [ ./base-gui.nix ./fetchWallpaper.nix + ./zsh-user.nix ]; environment.systemPackages = with pkgs;[ vlc |