m 2 main-laptop: use zsh for main-laptop
This commit is contained in:
parent
3d26e0b58f
commit
a4abf300d8
@ -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 New Issue
Block a user