Flake update

This commit is contained in:
xmm16 2024-12-12 21:28:55 -03:00
commit dddba5eb7c
No known key found for this signature in database

View file

@ -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;