WIP: Switch to NixOS #5
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, config, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
|
@ -13,8 +13,10 @@
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
cargo
|
cargo
|
||||||
fd
|
fd
|
||||||
|
file
|
||||||
gcc
|
gcc
|
||||||
grc
|
grc
|
||||||
|
imagemagick
|
||||||
neovide
|
neovide
|
||||||
nerdfonts
|
nerdfonts
|
||||||
nodejs
|
nodejs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue