shells
This commit is contained in:
parent
325c86fe06
commit
37a42d1106
@ -17,7 +17,10 @@ in
|
||||
"$6$spzqhAyJfhHy$iHgLBlhjGn1l8PnbjJdWTn1GPvcjMqYNKUzdCe/7IrX6sHNgETSr/Nfpdmq9FCXLhrAfwHOd/q/8SvfeIeNX4/";
|
||||
};
|
||||
|
||||
environment.systemPackages = [ pkgs.qt5.qtwayland ];
|
||||
environment = {
|
||||
systemPackages = [ pkgs.qt5.qtwayland ];
|
||||
shells = with pkgs; [ bashInteractive zsh ];
|
||||
};
|
||||
|
||||
xdg.portal = {
|
||||
enable = true;
|
||||
|
Loading…
Reference in New Issue
Block a user