4e28ca9b48
- Removed USBGuard configuration and its associated comments from configuration.nix. - Cleaned up flake.nix by removing unnecessary overlays. - Updated home.nix to remove references to Helium and Proton, and added Steam. - Deleted secrets.default.nix and secrets.secrets.yaml files for security reasons. - Removed Omen laptop specific configuration from omen.nix. - Deleted vencord.nix as it is no longer needed.
14 lines
149 B
Nix
14 lines
149 B
Nix
{
|
|
pkgs-stable,
|
|
pkgs-nur-hadi,
|
|
inputs,
|
|
...
|
|
}: {
|
|
home.packages = with pkgs-stable; [
|
|
peaclock
|
|
cbonsai
|
|
pipes
|
|
fastfetch
|
|
];
|
|
}
|