mirror of
https://github.com/Alexandre1a/NixOSDots.git
synced 2026-03-10 08:19:47 +01:00
Removed the pkgs. prefix, added with pkgs option in homeManager in NixOS
This commit is contained in:
parent
641df0caaa
commit
2bd941b124
@ -54,17 +54,14 @@ commonHome // {
|
||||
|
||||
# The home.packages option allows you to install Nix packages into your
|
||||
# environment.
|
||||
home.packages = [
|
||||
home.packages = with pkgs; [
|
||||
# # Adds the 'hello' command to your environment. It prints a friendly
|
||||
# # "Hello, world!" when run.
|
||||
pkgs.hello
|
||||
pkgs.btop
|
||||
pkgs.fastfetch
|
||||
|
||||
# Hyprland related (rice, etc...)
|
||||
pkgs.wofi
|
||||
pkgs.alacritty
|
||||
pkgs.firefox
|
||||
wofi
|
||||
alacritty
|
||||
firefox
|
||||
|
||||
# # It is sometimes useful to fine-tune packages, for example, by applying
|
||||
# # overrides. You can do that directly here, just don't forget the
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user