Compare commits
2 Commits
7d8ab03691
...
15e292c5f9
| Author | SHA1 | Date | |
|---|---|---|---|
| 15e292c5f9 | |||
| c9354ed128 |
@@ -61,12 +61,6 @@
|
|||||||
|
|
||||||
networking.hostName = lib.mkDefault config.sysconfig.host;
|
networking.hostName = lib.mkDefault config.sysconfig.host;
|
||||||
|
|
||||||
environment.systemPackages = [
|
|
||||||
inputs.nixvim.packages.${pkgs.system}.default
|
|
||||||
];
|
|
||||||
|
|
||||||
programs.bash.completion.enable = true;
|
|
||||||
|
|
||||||
nix = {
|
nix = {
|
||||||
nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
|
nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
|
||||||
channel.enable = false;
|
channel.enable = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user