This commit is contained in:
2025-08-11 11:20:02 -06:00
parent d764911f10
commit c1366fdfac
4 changed files with 65 additions and 143 deletions

View File

@@ -17,8 +17,6 @@
naersk' = pkgs.callPackage naersk { };
runtimeDeps = with pkgs; [
gnome-monitor-config
dialog
newt
xorg.xrandr
bash
coreutils
@@ -49,7 +47,7 @@
default = pkgs.mkShell {
buildInputs = with pkgs; [
rustc cargo rustfmt clippy
gnome-monitor-config dialog newt xorg.xrandr bash coreutils
gnome-monitor-config xorg.xrandr bash coreutils
];
};
}