Flake update
This commit is contained in:
parent
c790a1e789
commit
dddba5eb7c
1 changed files with 10 additions and 3 deletions
|
@ -1,4 +1,8 @@
|
|||
{pkgs, ...}: {
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
alqueva.users.xmm = {
|
||||
packages = builtins.attrValues {
|
||||
inherit
|
||||
|
@ -41,6 +45,8 @@
|
|||
tree-sitter
|
||||
tsc
|
||||
tree-sitter-langs
|
||||
yasnippet
|
||||
yasnippet-snippets
|
||||
;
|
||||
};
|
||||
groups = [
|
||||
|
@ -59,8 +65,9 @@
|
|||
defaultEditor = true;
|
||||
startWithGraphical = true;
|
||||
};
|
||||
users.defaultUserShell = pkgs.zsh;
|
||||
environment.shells = with pkgs; [zsh];
|
||||
|
||||
users.users.xmm.shell = lib.mkForce pkgs.zsh;
|
||||
users.users.xmm.useDefaultShell = lib.mkForce true;
|
||||
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue