feat: Added stuff

This commit is contained in:
uttarayan21
2025-05-09 17:09:06 +05:30
parent 0cf1eec7b5
commit 3b0491af53
8 changed files with 130 additions and 73 deletions

9
home/apps/bottles.nix Normal file
View File

@@ -0,0 +1,9 @@
{
pkgs,
device,
...
}: {
home.packages = [
pkgs.bottles
];
}

View File

@@ -24,5 +24,7 @@ lib.optionalAttrs device.hasGui {
./thunderbird.nix
./neovide.nix
./openscad.nix
./bottles.nix
./hyprpicker.nix
];
}

9
home/apps/hyprpicker.nix Normal file
View File

@@ -0,0 +1,9 @@
{
pkgs,
device,
...
}: {
home.packages = [
pkgs.hyprpicker
];
}