swtch to zsh

This commit is contained in:
Tim Schubert 2020-05-12 09:49:56 +02:00
parent c81070da92
commit e2359005d5
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
6 changed files with 108 additions and 20 deletions

View file

@ -1,8 +1,9 @@
{ config, pkgs, lib, ...}:
{
let
unstable = import <nixpkgs-unstable> {};
in {
home.packages = with pkgs; [
qt5.qtwayland
swaylock
swayidle
xwayland
mako
@ -11,7 +12,9 @@
termite
bemenu
xss-lock
];
] ++ (with unstable; [
swaylock
]);
wayland.windowManager.sway = {
enable = true;