added stuff

This commit is contained in:
2026-02-19 16:20:30 +00:00
parent e5c5a641e2
commit c9d93f2e13
2 changed files with 6 additions and 1 deletions

View File

@@ -30,7 +30,11 @@
homeManager =
{ pkgs, ... }:
{
home.packages = with pkgs; [ ];
home.packages = with pkgs; [
telegram-desktop
legcord
obsidian
];
nixpkgs.config.allowUnfree = true;
};
};