modularized home packages
This commit is contained in:
11
home/packages/linux.nix
Normal file
11
home/packages/linux.nix
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
home.packages = lib.mkIf pkgs.stdenv.isLinux (with pkgs; [
|
||||
imv
|
||||
betterdiscordctl
|
||||
vesktop
|
||||
]);
|
||||
}
|
Reference in New Issue
Block a user