diff options
author | Karel Kočí <cynerd@email.cz> | 2025-01-19 13:00:31 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2025-01-19 13:00:31 +0100 |
commit | 39dea4d3636b3162c7ff72977c25e7c713faade1 (patch) | |
tree | ca904d3d89620a9bd1a2ce93b454e7da93591b37 /nixos/modules/packages.nix | |
parent | c74091f90e8d936319baa168d336e4ab04e5c687 (diff) | |
download | nixos-personal-39dea4d3636b3162c7ff72977c25e7c713faade1.tar.gz nixos-personal-39dea4d3636b3162c7ff72977c25e7c713faade1.tar.bz2 nixos-personal-39dea4d3636b3162c7ff72977c25e7c713faade1.zip |
Attempt to get Rpi to work
Diffstat (limited to 'nixos/modules/packages.nix')
-rw-r--r-- | nixos/modules/packages.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/packages.nix b/nixos/modules/packages.nix index 3dd4fbc..55db94d 100644 --- a/nixos/modules/packages.nix +++ b/nixos/modules/packages.nix @@ -41,7 +41,6 @@ in { btop iotop mc - screen tmux # ls tools @@ -73,6 +72,7 @@ in { nmap ltrace pv + screen ] ++ optionals (!isNative) [ ncdu_1 |