···1313 # environment.
1414 home.packages = with pkgs; [
1515 ghc
1616- thunderbird
1717-1818- just
1919-2016 eww-wayland
2121-2222- nushell
2323-2417 jetbrains.idea-community
2525- # # Adds the 'hello' command to your environment. It prints a friendly
2626- # # "Hello, world!" when run.
2727- # pkgs.hello
2828-2929- # # It is sometimes useful to fine-tune packages, for example, by applying
3030- # # overrides. You can do that directly here, just don't forget the
3131- # # parentheses. Maybe you want to install Nerd Fonts with a limited number of
3232- # # fonts?
3333- # (pkgs.nerdfonts.override { fonts = [ "FantasqueSansMono" ]; })
3434-3535- # # You can also create simple shell scripts directly inside your
3636- # # configuration. For example, this adds a command 'my-hello' to your
3737- # # environment:
3838- # (pkgs.writeShellScriptBin "my-hello" ''
3939- # echo "Hello, ${config.home.username}!"
4040- # '')
1818+ gnucash
4119 ];
42204321 programs.git = {