Add comments to packages
This commit is contained in:
parent
e499281933
commit
68c83a3238
@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user