Some nixos stuffs
This commit is contained in:
parent
fe5d434c11
commit
c5178bfb0f
1 changed files with 0 additions and 3 deletions
|
@ -62,12 +62,9 @@
|
||||||
security.sudo.wheelNeedsPassword = false;
|
security.sudo.wheelNeedsPassword = false;
|
||||||
# Allow unfree packages
|
# Allow unfree packages
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
# List packages installed in system profile. To search, run:
|
# List packages installed in system profile. To search, run:
|
||||||
# $ nix search wget
|
# $ nix search wget
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
|
|
||||||
# wget
|
|
||||||
btop
|
btop
|
||||||
vim
|
vim
|
||||||
tailscale
|
tailscale
|
||||||
|
|
Loading…
Reference in a new issue