mirror of
https://github.com/Alexandre1a/NixOSDots.git
synced 2026-03-10 00:09:46 +01:00
Fixed HM and Spicetify
This commit is contained in:
parent
b0e57167ce
commit
fb18142302
@ -1,14 +1,15 @@
|
||||
{
|
||||
# Refer to the nixOS host for info about home-manager
|
||||
home.username = "alex";
|
||||
home.homeDirecotry = "/Users/alex";
|
||||
home.homeDirectory = "/Users/alex";
|
||||
|
||||
imports = [
|
||||
inputs.spicetify-nix.homeMamangerModules.spicetify
|
||||
];
|
||||
|
||||
home.stateVersion = "25.11";
|
||||
|
||||
home.packages = [
|
||||
pkgs.hello
|
||||
];
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
}
|
||||
|
||||
@ -9,7 +9,6 @@
|
||||
[ # Include the results of the hardware scan.
|
||||
./hardware-configuration.nix
|
||||
./modules.nix
|
||||
#inputs.home-manager.nixosModules.default
|
||||
];
|
||||
|
||||
# Bootloader.
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
home.homeDirectory = "/home/alex";
|
||||
|
||||
imports = [
|
||||
inputs.spicetify-nix.homeManagerModules
|
||||
inputs.spicetify-nix.homeManagerModules.spicetify
|
||||
../../modules/home-manager/spicetify.nix
|
||||
];
|
||||
|
||||
@ -122,7 +122,4 @@
|
||||
home.sessionVariables = {
|
||||
# EDITOR = "emacs";
|
||||
};
|
||||
|
||||
# Let Home Manager install and manage itself.
|
||||
#programs.home-manager.enable = true;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user