feat: restructure and move apps into their own configs (#2)
This commit is contained in:
16
home/gui-programs/default.nix
Normal file
16
home/gui-programs/default.nix
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
lib,
|
||||
device,
|
||||
...
|
||||
}: {
|
||||
imports =
|
||||
[]
|
||||
++ (lib.optionals device.hasGui [
|
||||
./cursor.nix
|
||||
./firefox.nix
|
||||
./ghostty.nix
|
||||
./kitty.nix
|
||||
./vscodium.nix
|
||||
./wezterm.nix
|
||||
]);
|
||||
}
|
||||
Reference in New Issue
Block a user