mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-01-18 11:13:30 -05:00
fix file path
This commit is contained in:
parent
3c1f8ec659
commit
5ddbd1c8a1
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
nixpkgs.config.allowInsecurePredicate = (pkg: true);
|
nixpkgs.config.allowInsecurePredicate = (pkg: true);
|
||||||
nixpkgs.config.allowUnfreePredicate = (pkg: true);
|
nixpkgs.config.allowUnfreePredicate = (pkg: true);
|
||||||
imports = [
|
imports = [
|
||||||
../homeModules/util.nix
|
../homeModules/utils.nix
|
||||||
../homeModules/dev
|
../homeModules/dev
|
||||||
../homeModules/dev/cpp.nix
|
../homeModules/dev/cpp.nix
|
||||||
../homeModules/dev/javascript.nix
|
../homeModules/dev/javascript.nix
|
||||||
|
|
Loading…
Reference in a new issue