enable direnv, add chromium, add nom to nxu, remove apostrophe

temporarily while pypandoc is broken
This commit is contained in:
Bit Borealis 2023-08-19 07:13:14 +00:00
parent 9997ea0c57
commit db25ca5a6e
Signed by: theotheroracle
GPG Key ID: 2D816A2DCA6E5649
1 changed files with 6 additions and 3 deletions

View File

@ -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 -";