Compare commits
2 Commits
70c865fd72
...
d45c47d157
| Author | SHA1 | Date | |
|---|---|---|---|
| d45c47d157 | |||
| 749ba8fc25 |
@@ -64,8 +64,8 @@ in {
|
||||
|
||||
programs.fish.enable = true;
|
||||
programs.nix-ld = {
|
||||
enable = false;
|
||||
libraries = [ ]; # import ./modules/ld.nix { inherit pkgs; };
|
||||
enable = true;
|
||||
libraries = import ./modules/ld.nix { inherit pkgs; };
|
||||
};
|
||||
|
||||
time.timeZone = "Asia/Seoul";
|
||||
|
||||
@@ -18,6 +18,7 @@ with pkgs; [
|
||||
zlib.dev
|
||||
gdk-pixbuf
|
||||
glib
|
||||
glibc
|
||||
gtk3
|
||||
icu
|
||||
wayland
|
||||
|
||||
Reference in New Issue
Block a user