move all home level programs to progems dir
This commit is contained in:
parent
77d70dcf2e
commit
bc450a9fe7
27 changed files with 27 additions and 21 deletions
|
|
@ -10,27 +10,7 @@
|
|||
])
|
||||
++ [
|
||||
./nix.nix
|
||||
./helix
|
||||
./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
|
||||
./programs
|
||||
];
|
||||
|
||||
options = {
|
||||
|
|
|
|||
26
home/modules/programs/default.nix
Normal file
26
home/modules/programs/default.nix
Normal 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
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue