From b51f9bc1014ce350abe73f2c419e0bf6512194c2 Mon Sep 17 00:00:00 2001 From: Andrey0189 Date: Wed, 17 Apr 2024 05:52:14 +0500 Subject: Initial commit --- nixos/modules/bundle.nix | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 nixos/modules/bundle.nix (limited to 'nixos/modules/bundle.nix') diff --git a/nixos/modules/bundle.nix b/nixos/modules/bundle.nix new file mode 100644 index 0000000..642194f --- /dev/null +++ b/nixos/modules/bundle.nix @@ -0,0 +1,15 @@ +{ + imports = [ + ./bootloader.nix + ./sound.nix + ./zram.nix + ./env.nix + ./user.nix + ./xserver.nix + ./nm.nix + ./virtmanager.nix + ./hyprland.nix + ./trim.nix + ./nixvim/nixvim.nix + ]; +} -- cgit v1.2.3