use fish
This commit is contained in:
@ -119,6 +119,7 @@
|
||||
isNormalUser = true;
|
||||
description = "Felix Schulze";
|
||||
extraGroups = [ "networkmanager" "wheel" "docker" ];
|
||||
shell = pkgs.fish;
|
||||
packages = with pkgs; [
|
||||
firefox
|
||||
thunderbird
|
||||
@ -195,6 +196,8 @@
|
||||
intel-one-mono
|
||||
];
|
||||
|
||||
programs.fish.enable = true;
|
||||
|
||||
# enable firejail
|
||||
programs.firejail.enable = true;
|
||||
|
||||
|
Reference in New Issue
Block a user