Adapt user to use the new shell module
This commit is contained in:
parent
d7ed1397b0
commit
10ef4e5c88
1 changed files with 4 additions and 8 deletions
|
@ -1,9 +1,7 @@
|
|||
{
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
{pkgs, ...}: {
|
||||
alqueva.users.xmm = {
|
||||
shell = pkgs.zsh;
|
||||
|
||||
packages = builtins.attrValues {
|
||||
inherit
|
||||
(pkgs)
|
||||
|
@ -67,6 +65,7 @@
|
|||
"libvirtd"
|
||||
];
|
||||
};
|
||||
|
||||
services.emacs = {
|
||||
enable = true;
|
||||
package = pkgs.emacs30-pgtk;
|
||||
|
@ -97,9 +96,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
users.users.xmm.shell = lib.mkForce pkgs.zsh;
|
||||
users.users.xmm.useDefaultShell = lib.mkForce true;
|
||||
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
enableCompletion = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue