feat: Flake | use home-manager as a nixos module

This commit is contained in:
2025-02-15 12:49:03 +05:00
parent 7b9cd178ec
commit ecc87ef0b8
3 changed files with 13 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
# Edit this configuration file to define what should be installed on
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help).
{lib, ...}: {
{lib, config, pkgs, ...}: {
imports = [
./imports/environment.nix
./imports/hardware.nix
@@ -40,6 +40,8 @@
};
};
home-manager.users.shahab = import ../home-manager/home.nix;
# This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions
# on your system were taken. Its perfectly fine and recommended to leave