swtch to zsh
This commit is contained in:
parent
c81070da92
commit
e2359005d5
6 changed files with 108 additions and 20 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue