this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

:sparkles: (Home manager) gnucash personal

+1 -23
+1 -23
home/personal.nix
··· 13 13 # environment. 14 14 home.packages = with pkgs; [ 15 15 ghc 16 - thunderbird 17 - 18 - just 19 - 20 16 eww-wayland 21 - 22 - nushell 23 - 24 17 jetbrains.idea-community 25 - # # Adds the 'hello' command to your environment. It prints a friendly 26 - # # "Hello, world!" when run. 27 - # pkgs.hello 28 - 29 - # # It is sometimes useful to fine-tune packages, for example, by applying 30 - # # overrides. You can do that directly here, just don't forget the 31 - # # parentheses. Maybe you want to install Nerd Fonts with a limited number of 32 - # # fonts? 33 - # (pkgs.nerdfonts.override { fonts = [ "FantasqueSansMono" ]; }) 34 - 35 - # # You can also create simple shell scripts directly inside your 36 - # # configuration. For example, this adds a command 'my-hello' to your 37 - # # environment: 38 - # (pkgs.writeShellScriptBin "my-hello" '' 39 - # echo "Hello, ${config.home.username}!" 40 - # '') 18 + gnucash 41 19 ]; 42 20 43 21 programs.git = {