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