move apps to desktop

This commit is contained in:
Satria 2026-02-28 21:25:46 +07:00
commit 2e829e7924
2 changed files with 1 additions and 1 deletions

View file

@ -1,6 +1,5 @@
{ username, ... }: { { username, ... }: {
imports = [ imports = [
./core/apps.nix
./core/cli.nix ./core/cli.nix
./core/zsh.nix ./core/zsh.nix
]; ];

View file

@ -11,6 +11,7 @@
./rice/theme.nix ./rice/theme.nix
./rice/keybinds.nix ./rice/keybinds.nix
./misc/kde-connect.nix ./misc/kde-connect.nix
./core/apps.nix
./core/zed.nix ./core/zed.nix
./core/xdg.nix ./core/xdg.nix
]; ];