Compare commits

..

No commits in common. "3cabb1a70056cf29f8522b2dc836054972c0a876" and "3d6b1cdd84010ca0f4ec635b626e9879a7d51290" have entirely different histories.

3 changed files with 4 additions and 21 deletions

View File

@ -74,7 +74,6 @@
vulkan-validation-layers
wget
wirelesstools
wol
xdg-utils
zip
z-lua

View File

@ -5,11 +5,6 @@
inputs,
...
}:
let
qutebrowser_firejail = pkgs.writeShellScriptBin "qutebrowser" ''
firejail -- ${pkgs.qutebrowser}/bin/qutebrowser "$@"
'';
in
with lib; {
imports = [./zsh.nix ./i3status-rust.nix ./sway.nix ./i3.nix ./home_packages.nix ./whatsapp-for-linux.nix];
@ -33,7 +28,7 @@ with lib; {
fonts.fontconfig.enable = true;
home.sessionVariables = rec {
BROWSER = "${qutebrowser_firejail}/bin/qutebrowser";
BROWSER = "${pkgs.qutebrowser}/bin/qutebrowser";
DEFAULT_BROWSER = "${BROWSER}";
EDITOR = "nvim";
_JAVA_AWT_WM_NONREPARENTING = "1";
@ -145,7 +140,7 @@ with lib; {
qutebrowser = {
enable = true;
package = qutebrowser_firejail;
package = pkgs.qutebrowser.override {enableVulkan = false;};
keyBindings = {
normal = {
"j" = "scroll-px 0 25";

View File

@ -11,14 +11,6 @@
chromium_discord = pkgs.writeShellScriptBin "chromium_discord" ''
${pkgs.chromium}/bin/chromium --socket=wayland org.chromium.Chromium --app=https://discordapp.com/channels/@me
'';
ssh_proxy = pkgs.writeShellScriptBin "ssh_proxy" ''
if ${pkgs.coreutils}/bin/test $# -ne 1; then
echo "Usage: $0 <user>@<ssh_host>"
exit
fi
PROXY_PORT="1337"
${pkgs.openssh}/bin/ssh -D "$PROXY_PORT" -q -N "$@"
'';
in {
home.packages = with pkgs;
[
@ -33,6 +25,8 @@ in {
caddy
cargo
chromium
chromium_discord
chromium_teams
cmake
compsize
cura
@ -112,11 +106,6 @@ in {
zeal-qt6
zig
]
++ [
chromium_discord
chromium_teams
ssh_proxy
]
++ [
inputs.swaysw.packages.${system}.swaysw
(pkgs.callPackage ../packages/viber/default.nix {})