mirror of
https://github.com/Alexandre1a/NixOSDots.git
synced 2026-03-10 08:19:47 +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
|
# Refer to the nixOS host for info about home-manager
|
||||||
home.username = "alex";
|
home.username = "alex";
|
||||||
home.homeDirecotry = "/Users/alex";
|
home.homeDirectory = "/Users/alex";
|
||||||
|
|
||||||
|
imports = [
|
||||||
|
inputs.spicetify-nix.homeMamangerModules.spicetify
|
||||||
|
];
|
||||||
|
|
||||||
home.stateVersion = "25.11";
|
home.stateVersion = "25.11";
|
||||||
|
|
||||||
home.packages = [
|
home.packages = [
|
||||||
pkgs.hello
|
pkgs.hello
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.home-manager.enable = true;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@ -9,7 +9,6 @@
|
|||||||
[ # Include the results of the hardware scan.
|
[ # Include the results of the hardware scan.
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
./modules.nix
|
./modules.nix
|
||||||
#inputs.home-manager.nixosModules.default
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# Bootloader.
|
# Bootloader.
|
||||||
|
|||||||
@ -7,7 +7,7 @@
|
|||||||
home.homeDirectory = "/home/alex";
|
home.homeDirectory = "/home/alex";
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
inputs.spicetify-nix.homeManagerModules
|
inputs.spicetify-nix.homeManagerModules.spicetify
|
||||||
../../modules/home-manager/spicetify.nix
|
../../modules/home-manager/spicetify.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
@ -122,7 +122,4 @@
|
|||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
# EDITOR = "emacs";
|
# EDITOR = "emacs";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Let Home Manager install and manage itself.
|
|
||||||
#programs.home-manager.enable = true;
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user