21 current 1970-01-01 01:00:00 23.11.20240229.068d4db 6.1.79 *
This commit is contained in:
parent
97ca22cd52
commit
6af8978015
20
home.nix
20
home.nix
@ -22,22 +22,10 @@
|
|||||||
home.packages = [
|
home.packages = [
|
||||||
pkgs.nerdfonts
|
pkgs.nerdfonts
|
||||||
pkgs.lazygit
|
pkgs.lazygit
|
||||||
# # Adds the 'hello' command to your environment. It prints a friendly
|
pkgs.btop
|
||||||
# # "Hello, world!" when run.
|
pkgs.bat
|
||||||
# pkgs.hello
|
pkgs.rustup
|
||||||
|
pkgs.keepassxc
|
||||||
# # It is sometimes useful to fine-tune packages, for example, by applying
|
|
||||||
# # overrides. You can do that directly here, just don't forget the
|
|
||||||
# # parentheses. Maybe you want to install Nerd Fonts with a limited number of
|
|
||||||
# # fonts?
|
|
||||||
# (pkgs.nerdfonts.override { fonts = [ "FantasqueSansMono" ]; })
|
|
||||||
|
|
||||||
# # You can also create simple shell scripts directly inside your
|
|
||||||
# # configuration. For example, this adds a command 'my-hello' to your
|
|
||||||
# # environment:
|
|
||||||
# (pkgs.writeShellScriptBin "my-hello" ''
|
|
||||||
# echo "Hello, ${config.home.username}!"
|
|
||||||
# '')
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# Home Manager is pretty good at managing dotfiles. The primary way to manage
|
# Home Manager is pretty good at managing dotfiles. The primary way to manage
|
||||||
|
Loading…
Reference in New Issue
Block a user