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 = {
|
alqueva.users.xmm = {
|
||||||
packages = builtins.attrValues {
|
packages = builtins.attrValues {
|
||||||
inherit
|
inherit
|
||||||
|
@ -41,6 +45,8 @@
|
||||||
tree-sitter
|
tree-sitter
|
||||||
tsc
|
tsc
|
||||||
tree-sitter-langs
|
tree-sitter-langs
|
||||||
|
yasnippet
|
||||||
|
yasnippet-snippets
|
||||||
;
|
;
|
||||||
};
|
};
|
||||||
groups = [
|
groups = [
|
||||||
|
@ -59,8 +65,9 @@
|
||||||
defaultEditor = true;
|
defaultEditor = true;
|
||||||
startWithGraphical = 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 = {
|
programs.zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue