move all home level programs to progems dir

This commit is contained in:
ulic-youthlic 2025-02-01 18:43:49 +08:00
parent 77d70dcf2e
commit bc450a9fe7
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
27 changed files with 27 additions and 21 deletions

View file

@ -10,27 +10,7 @@
]) ])
++ [ ++ [
./nix.nix ./nix.nix
./helix ./programs
./chromium.nix
./gpg
./git.nix
./shell
./ghostty.nix
./foot
./starship
./sops.nix
./fuzzel.nix
./firefox.nix
./niri.nix
./wluma.nix
./waybar.nix
./mpv.nix
./kvm.nix
./atuin.nix
./swaync.nix
./swaylock.nix
./thunderbird.nix
./obs.nix
]; ];
options = { options = {

View file

@ -0,0 +1,26 @@
{ ... }:
{
imports = [
./atuin.nix
./firefox.nix
./shell
./kvm.nix
./ghostty.nix
./wluma.nix
./niri.nix
./starship
./obs.nix
./fuzzel.nix
./mpv.nix
./swaylock.nix
./thunderbird.nix
./chromium.nix
./gpg
./foot
./sops.nix
./git.nix
./swaync.nix
./helix
./waybar.nix
];
}