enable direnv, add chromium, add nom to nxu, remove apostrophe
temporarily while pypandoc is broken
This commit is contained in:
parent
9997ea0c57
commit
db25ca5a6e
9
home.nix
9
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 -";
|
||||
|
|
Loading…
Reference in a new issue