feat: Move gui-programs to apps
This commit is contained in:
7
home/apps/cursor.nix
Normal file
7
home/apps/cursor.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
home.packages = lib.optionals pkgs.stdenv.isLinux [pkgs.code-cursor];
|
||||
}
|
||||
@@ -1,15 +1,21 @@
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
device,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
./guitarix.nix
|
||||
./bambu-studio.nix
|
||||
./zed.nix
|
||||
./cursor.nix
|
||||
./firefox.nix
|
||||
./ghostty.nix
|
||||
./guitarix.nix
|
||||
./kitty.nix
|
||||
./mpv.nix
|
||||
./obs-studio.nix
|
||||
./zathura.nix
|
||||
./vlc.nix
|
||||
./vscode.nix
|
||||
./wezterm.nix
|
||||
./zathura.nix
|
||||
./zed.nix
|
||||
];
|
||||
# home.packages = [];
|
||||
}
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
home.packages = [] ++ (lib.optionals pkgs.stdenv.isLinux [pkgs.code-cursor]);
|
||||
}
|
||||
@@ -1,15 +0,0 @@
|
||||
{
|
||||
lib,
|
||||
device,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
./cursor.nix
|
||||
./firefox.nix
|
||||
./ghostty.nix
|
||||
./kitty.nix
|
||||
./vscode.nix
|
||||
./wezterm.nix
|
||||
./mpv.nix
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user