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

@@ -55,6 +55,7 @@
home.packages = with pkgs; [ home.packages = with pkgs; [
legcord legcord
telegram-desktop telegram-desktop
obsidian
]; ];
}; };
}; };

View File

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