refactor(hm/price): remove nixpkgs config
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 34s
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 34s
This commit is contained in:
parent
d28d7f3bad
commit
446226f016
@ -22,11 +22,6 @@ in
|
|||||||
{
|
{
|
||||||
imports = (clib.recurseFilesInDirs [ ./conf ] ".nix");
|
imports = (clib.recurseFilesInDirs [ ./conf ] ".nix");
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
nixpkgs = {
|
|
||||||
config = {
|
|
||||||
allowUnfree = true;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
home = {
|
home = {
|
||||||
stateVersion = "24.11";
|
stateVersion = "24.11";
|
||||||
language.base = "en_US.UTF-8";
|
language.base = "en_US.UTF-8";
|
||||||
|
Loading…
Reference in New Issue
Block a user