From 70d60e5ee6d1092f765807b8483c9c16d2afa678 Mon Sep 17 00:00:00 2001 From: Quentin Aristote Date: Wed, 22 Feb 2023 22:39:56 +0100 Subject: add home-manager modules --- modules/home-manager/personal/default.nix | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 modules/home-manager/personal/default.nix (limited to 'modules/home-manager/personal/default.nix') diff --git a/modules/home-manager/personal/default.nix b/modules/home-manager/personal/default.nix new file mode 100644 index 0000000..dcd7500 --- /dev/null +++ b/modules/home-manager/personal/default.nix @@ -0,0 +1,15 @@ +{ ... }: + +{ + imports = [ ./dotfiles ./environment.nix ./gui ./profiles.nix ./programs ]; + + # This value determines the Home Manager release that your + # configuration is compatible with. This helps avoid breakage + # when a new Home Manager release introduces backwards + # incompatible changes. + # + # You can update Home Manager without changing this value. See + # the Home Manager release notes for a list of state version + # changes in each release. + home.stateVersion = "23.05"; +} -- cgit v1.2.3