mirror of
https://github.com/Superredstone/nixos.git
synced 2026-03-07 20:28:08 +01:00
Added btop
This commit is contained in:
@@ -49,7 +49,7 @@
|
|||||||
LC_TIME = "it_IT.UTF-8";
|
LC_TIME = "it_IT.UTF-8";
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.sessionVariables = rec {
|
environment.sessionVariables = {
|
||||||
GOPATH = "$HOME/.go";
|
GOPATH = "$HOME/.go";
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -77,6 +77,7 @@
|
|||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
# CLI utils
|
# CLI utils
|
||||||
appimage-run
|
appimage-run
|
||||||
|
btop
|
||||||
cmake
|
cmake
|
||||||
distrobox
|
distrobox
|
||||||
docker
|
docker
|
||||||
|
|||||||
Reference in New Issue
Block a user