Split common.nix into multiple files

This commit is contained in:
Tyler Mayoff 2024-09-30 20:55:48 -04:00
parent 7fdb1aaaac
commit 0ee2ebadb4
8 changed files with 120 additions and 58 deletions

View file

@ -1,5 +1,5 @@
{pkgs, ...}: {
imports = [../common.nix];
imports = [../common.nix ../gnome.nix ../home-backup.nix];
home.packages = with pkgs; [
ventoy