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