From 71531f5e6619da5226f4af092e7901b4605b25ef Mon Sep 17 00:00:00 2001 From: Bit Borealis Date: Mon, 28 Aug 2023 02:53:26 +0000 Subject: [PATCH] cleanup, bugfixes, add packages --- home.nix | 29 ++++------------------------- 1 file changed, 4 insertions(+), 25 deletions(-) diff --git a/home.nix b/home.nix index 844d615..60be228 100644 --- a/home.nix +++ b/home.nix @@ -12,20 +12,21 @@ with import ./modules/neovim-config.nix { inherit pkgs lib fromGitHub; }; prismlauncher ungoogled-chromium mgba - cambalache srain dconf2nix inkscape + cambalache minetest + distrobox flare-signal aria - neovide pwgen josm xdg-ninja schildichat-desktop dino jq + lapce mangohud nix-index termpdfpy @@ -167,7 +168,6 @@ with import ./modules/neovim-config.nix { inherit pkgs lib fromGitHub; }; }; programs.firefox = { # TODO add options later enable = true; - enableGnomeExtensions = true; }; programs.home-manager.enable = true; programs.zellij = { @@ -271,15 +271,13 @@ with import ./modules/neovim-config.nix { inherit pkgs lib fromGitHub; }; nxc = "sudo nix-collect-garbage -d"; }; shellAliases = { - - edit = "$EDITOR $argv"; + edit = "$EDITOR"; csk = "cd (sk -e)"; nxu = ''sudo sh -c "nixos-rebuild boot --upgrade --log-format internal-json -v |& nom --json"''; nxw = ''sudo sh -c "nixos-rebuild switch --log-format internal-json -v |& nom --json"''; aria = "aria2c -c -k1M -x10"; dw = "diceware -n 6 -d -"; pw = "pwgen -By"; - ksh = "kitty +kitten ssh"; p = "ping -s 128 -O -c 100 -A -D 1.1.1.1"; pf = "sudo ping -f -c 100 -A 1.1.1.1"; }; @@ -368,25 +366,6 @@ return { } ''; }; - programs.kitty = { - enable = true; - shellIntegration.enableFishIntegration = true; - theme = "Catppuccin-Mocha"; - keybindings = {}; - settings = { - clear_all_shortcuts = true; - tab_bar_style = "hidden"; - hide_window_decorations = true; - remember_window_size = false; - initial_window_width = "84c"; - initial_window_height = "28c"; - allow_remote_control = true; - shell = "."; - editor = "."; - font_family = "Comic Mono"; - font_size = 12; - }; - }; programs.browserpass.enable = true; programs.gpg.enable = true;