Add comments to packages
This commit is contained in:
parent
b3000958b4
commit
fd283b4c7c
@ -12,8 +12,9 @@ in
|
||||
home-manager.users.${user} = { pkgs, ... }: {
|
||||
home.stateVersion = "22.11";
|
||||
home.packages = [
|
||||
pkgs.firefox
|
||||
pkgs.kitty
|
||||
pkgs.firefox # browser
|
||||
pkgs.kitty # terminal
|
||||
pkgs.pciutils # lspci command
|
||||
];
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user