hmApps, refactor, clean up, break groups
This commit is contained in:
parent
49cb3c949c
commit
7cc650aea6
32 changed files with 13 additions and 69 deletions
|
|
@ -1,20 +1,6 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./chat
|
||||
./file-browsers
|
||||
./gimp
|
||||
./git
|
||||
./hypr
|
||||
./librewolf
|
||||
./lutris
|
||||
./media-viewers
|
||||
./neovim
|
||||
./obs
|
||||
./rofi
|
||||
./shells
|
||||
./terminal-emulators
|
||||
./zoxide
|
||||
];
|
||||
{ lib, ... }: let
|
||||
fs = lib.fileset;
|
||||
appFilter = {name, ...}: name == "app.nix";
|
||||
in {
|
||||
imports = fs.toList (fs.fileFilter appFilter ./.);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue