m 2 main-laptop: use zsh for main-laptop
This commit is contained in:
parent
26acd744ab
commit
802b28b4da
|
@ -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
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@ with lib;
|
|||
imports = [
|
||||
./base-gui.nix
|
||||
./fetchWallpaper.nix
|
||||
./zsh-user.nix
|
||||
];
|
||||
environment.systemPackages = with pkgs;[
|
||||
vlc
|
||||
|
|
Loading…
Reference in a new issue