refactoring
This commit is contained in:
parent
9313d89b15
commit
3adc5e9f73
40 changed files with 73 additions and 73 deletions
|
|
@ -1,31 +0,0 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
programs.nix-ld.enable = true;
|
||||
programs.nix-ld.libraries = with pkgs; [
|
||||
glib
|
||||
stdenv.cc.cc
|
||||
zlib
|
||||
];
|
||||
|
||||
# Unfree 패키지 허용
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
programs.direnv.enable = true;
|
||||
|
||||
# 기본 시스템 패키지
|
||||
environment.systemPackages = with pkgs; [
|
||||
eza
|
||||
btop
|
||||
vim
|
||||
wget
|
||||
curl
|
||||
git
|
||||
tree
|
||||
unzip
|
||||
zip
|
||||
file
|
||||
attic-client
|
||||
direnv
|
||||
devenv
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue