Skip to content

Commit

Permalink
nix vm: +fish +zsh -zig
Browse files Browse the repository at this point in the history
  • Loading branch information
jcollie committed Jan 9, 2025
1 parent 94630df commit e283ef9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions nix/vm/common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
'';
};

users.mutableUsers = true;
users.mutableUsers = false;

users.groups.ghostty = {};

Expand All @@ -43,11 +43,12 @@

environment.systemPackages = [
pkgs.kitty
pkgs.fish
pkgs.ghostty
pkgs.helix
pkgs.neovim
pkgs.xterm
pkgs.zig_0_13
pkgs.zsh
];

security.polkit = {
Expand Down

0 comments on commit e283ef9

Please sign in to comment.