mirror of
https://github.com/alyssadev/nixos.git
synced 2025-10-14 04:59:39 +10:00
parent
4e05e84736
commit
eddcd2eaf7
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
cargo rustc just git wget gcc gnumake autoconf automake pkg-config cifs-utils
|
cargo rustc just git wget gcc gnumake autoconf automake pkg-config cifs-utils ntfs3g
|
||||||
];
|
];
|
||||||
programs.nixvim.enable = true;
|
programs.nixvim.enable = true;
|
||||||
programs.nixvim.defaultEditor = true;
|
programs.nixvim.defaultEditor = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue