feat: Added zathura and localsend
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
./bambu-studio.nix
|
||||
./zed.nix
|
||||
./obs-studio.nix
|
||||
./zathura.nix
|
||||
];
|
||||
home.packages = [
|
||||
];
|
||||
# home.packages = [];
|
||||
}
|
||||
|
||||
5
home/apps/zathura.nix
Normal file
5
home/apps/zathura.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{pkgs, ...}: {
|
||||
home.packages = [
|
||||
pkgs.zathura
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user