added stuff
This commit is contained in:
@@ -55,6 +55,7 @@
|
||||
home.packages = with pkgs; [
|
||||
legcord
|
||||
telegram-desktop
|
||||
obsidian
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
@@ -30,7 +30,11 @@
|
||||
homeManager =
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [ ];
|
||||
home.packages = with pkgs; [
|
||||
telegram-desktop
|
||||
legcord
|
||||
obsidian
|
||||
];
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user