refactor(hm/price): remove nixpkgs config
Some checks failed
Check Formatting of Files / Check-Formatting (push) Has been cancelled
Some checks failed
Check Formatting of Files / Check-Formatting (push) Has been cancelled
This commit is contained in:
parent
7ca043bf5f
commit
29cd1e771b
@ -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