feat: Added stuff
This commit is contained in:
9
home/apps/bottles.nix
Normal file
9
home/apps/bottles.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
pkgs,
|
||||
device,
|
||||
...
|
||||
}: {
|
||||
home.packages = [
|
||||
pkgs.bottles
|
||||
];
|
||||
}
|
||||
@@ -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
9
home/apps/hyprpicker.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
pkgs,
|
||||
device,
|
||||
...
|
||||
}: {
|
||||
home.packages = [
|
||||
pkgs.hyprpicker
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user