From db25ca5a6ecbe43bdac505be11268d05fb79c290 Mon Sep 17 00:00:00 2001 From: Bit Borealis Date: Sat, 19 Aug 2023 07:13:14 +0000 Subject: [PATCH] enable direnv, add chromium, add nom to nxu, remove apostrophe temporarily while pypandoc is broken --- home.nix | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/home.nix b/home.nix index 08909d5..94d4c1f 100644 --- a/home.nix +++ b/home.nix @@ -9,6 +9,7 @@ with import ./modules/neovim-config.nix { inherit pkgs lib fromGitHub; }; bat diceware evolution + ungoogled-chromium mgba srain dconf2nix @@ -21,7 +22,6 @@ with import ./modules/neovim-config.nix { inherit pkgs lib fromGitHub; }; josm xdg-ninja schildichat-desktop - lapce dino jq mangohud @@ -41,7 +41,7 @@ with import ./modules/neovim-config.nix { inherit pkgs lib fromGitHub; }; comic-mono comfortaa btop - apostrophe + #apostrophe warp syncplay virt-manager @@ -151,6 +151,9 @@ with import ./modules/neovim-config.nix { inherit pkgs lib fromGitHub; }; }; # configure programs + programs.direnv = { + enable = true; + }; programs.firefox = { #add options later enable = true; }; @@ -253,11 +256,11 @@ with import ./modules/neovim-config.nix { inherit pkgs lib fromGitHub; }; nxs = "nix search nixpkgs"; nxr = "nix run nixpkgs#"; nxh = "nix shell nixpkgs#"; - nxu = "sudo nixos-rebuild boot --upgrade"; nxc = "sudo nix-collect-garbage -d"; hme = "edit ~/.config/home-manager/home.nix"; }; shellAliases = { + 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 -";