mirror of
https://github.com/EdenQwQ/nixos.git
synced 2025-12-26 18:34:56 +08:00
7 lines
96 B
Nix
7 lines
96 B
Nix
{ inputs, pkgs, ... }:
|
|
{
|
|
home.packages = with pkgs; [
|
|
telegram-desktop
|
|
fractal
|
|
];
|
|
}
|