adds rustup, bisq, keet, libreoffice
This commit is contained in:
@@ -7,17 +7,33 @@
|
||||
|
||||
programs.zsh.enable = true;
|
||||
|
||||
boot.binfmt.registrations.appimage = {
|
||||
wrapInterpreterInShell = false;
|
||||
interpreter = "${pkgs.appimage-run}/bin/appimage-run";
|
||||
recognitionType = "magic";
|
||||
offset = 0;
|
||||
mask = ''\xff\xff\xff\xff\x00\x00\x00\x00\xff\xff\xff'';
|
||||
magicOrExtension = ''\x7fELF....AI\x02'';
|
||||
};
|
||||
|
||||
users.users.${username} = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "networkmanager" "wheel" ];
|
||||
shell = pkgs.zsh;
|
||||
packages = with pkgs; [
|
||||
bisq-desktop
|
||||
cargo
|
||||
cura
|
||||
dig
|
||||
element-desktop
|
||||
firefox
|
||||
freecad
|
||||
gcc
|
||||
keet
|
||||
libreoffice
|
||||
nmap
|
||||
rustc
|
||||
rustup
|
||||
sparrow
|
||||
sublime-music
|
||||
thunderbird
|
||||
|
||||
Reference in New Issue
Block a user