Slightly simplified packages configuration
This commit is contained in:
parent
7528eddfa5
commit
13e46c789d
1 changed files with 21 additions and 25 deletions
46
home.nix
46
home.nix
|
|
@ -17,31 +17,27 @@
|
|||
|
||||
# The home.packages option allows you to install Nix packages into your
|
||||
# environment.
|
||||
home.packages = [
|
||||
pkgs.obsidian
|
||||
pkgs.kitty
|
||||
pkgs.git
|
||||
pkgs.darktable
|
||||
pkgs.gparted
|
||||
pkgs.telegram-desktop
|
||||
pkgs.keepassxc
|
||||
pkgs.libreoffice
|
||||
pkgs.ungoogled-chromium
|
||||
pkgs.difftastic
|
||||
pkgs.uv
|
||||
pkgs.lazygit
|
||||
pkgs.zoxide
|
||||
pkgs.qmk
|
||||
pkgs.dos2unix
|
||||
pkgs.gnumake
|
||||
pkgs.ripgrep
|
||||
pkgs.github-copilot-cli
|
||||
pkgs.nerd-fonts.iosevka-term
|
||||
pkgs.fzf
|
||||
# # Adds the 'hello' command to your environment. It prints a friendly
|
||||
# # "Hello, world!" when run.
|
||||
# pkgs.hello
|
||||
|
||||
home.packages = with pkgs; [
|
||||
obsidian
|
||||
kitty
|
||||
git
|
||||
darktable
|
||||
gparted
|
||||
telegram-desktop
|
||||
keepassxc
|
||||
libreoffice
|
||||
ungoogled-chromium
|
||||
difftastic
|
||||
uv
|
||||
lazygit
|
||||
zoxide
|
||||
qmk
|
||||
dos2unix
|
||||
gnumake
|
||||
ripgrep
|
||||
github-copilot-cli
|
||||
nerd-fonts.iosevka-term
|
||||
fzf
|
||||
# # 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue