mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2026-05-07 02:16:33 +05:30
feat: add misc
This commit is contained in:
7
modules/hm/shell/misc.nix
Normal file
7
modules/hm/shell/misc.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
flake.modules.homeManager.shell =
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [ unzip ];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user