mirror of
https://github.com/Misterio77/nix-starter-configs.git
synced 2026-08-24 10:14:02 -05:00
added FIXME to change architecture in home manager if necessary
This commit is contained in:
+2
-1
@@ -33,7 +33,8 @@
|
||||
homeConfigurations = {
|
||||
# FIXME replace with your username@hostname
|
||||
"your-username@your-hostname" = home-manager.lib.homeManagerConfiguration {
|
||||
pkgs = nixpkgs.legacyPackages.x86_64-linux; # Home-manager requires 'pkgs' instance
|
||||
# Home-manager requires 'pkgs' instance
|
||||
pkgs = nixpkgs.legacyPackages.x86_64-linux; # FIXME replace x86_64-linux with your architecure
|
||||
extraSpecialArgs = {inherit inputs;};
|
||||
# > Our main home-manager configuration file <
|
||||
modules = [./home-manager/home.nix];
|
||||
|
||||
Reference in New Issue
Block a user