mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
nix vm: +fish +zsh -zig
This commit is contained in:
@ -23,7 +23,7 @@
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
users.mutableUsers = true;
|
users.mutableUsers = false;
|
||||||
|
|
||||||
users.groups.ghostty = {};
|
users.groups.ghostty = {};
|
||||||
|
|
||||||
@ -43,11 +43,12 @@
|
|||||||
|
|
||||||
environment.systemPackages = [
|
environment.systemPackages = [
|
||||||
pkgs.kitty
|
pkgs.kitty
|
||||||
|
pkgs.fish
|
||||||
pkgs.ghostty
|
pkgs.ghostty
|
||||||
pkgs.helix
|
pkgs.helix
|
||||||
pkgs.neovim
|
pkgs.neovim
|
||||||
pkgs.xterm
|
pkgs.xterm
|
||||||
pkgs.zig_0_13
|
pkgs.zsh
|
||||||
];
|
];
|
||||||
|
|
||||||
security.polkit = {
|
security.polkit = {
|
||||||
|
Reference in New Issue
Block a user