1

trusted users + restructure folders

This commit is contained in:
2022-08-11 14:17:06 +02:00
parent f3d9fe98ae
commit a957ebf480
20 changed files with 2 additions and 1 deletions

18
home/modules/default.nix Normal file
View File

@ -0,0 +1,18 @@
{ config, nixosConfig, lib, pkgs, mylib, ... }:
{
imports = [
./audio.nix
./emacs.nix
./firefox.nix
./fish.nix
./flatpak.nix
./gaming.nix
./gnome.nix
./kitty.nix
./misc.nix
./neovim.nix
./nextcloud.nix
./ranger.nix
];
}