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
|
bat
|
||||||
diceware
|
diceware
|
||||||
evolution
|
evolution
|
||||||
|
ungoogled-chromium
|
||||||
mgba
|
mgba
|
||||||
srain
|
srain
|
||||||
dconf2nix
|
dconf2nix
|
||||||
|
@ -21,7 +22,6 @@ with import ./modules/neovim-config.nix { inherit pkgs lib fromGitHub; };
|
||||||
josm
|
josm
|
||||||
xdg-ninja
|
xdg-ninja
|
||||||
schildichat-desktop
|
schildichat-desktop
|
||||||
lapce
|
|
||||||
dino
|
dino
|
||||||
jq
|
jq
|
||||||
mangohud
|
mangohud
|
||||||
|
@ -41,7 +41,7 @@ with import ./modules/neovim-config.nix { inherit pkgs lib fromGitHub; };
|
||||||
comic-mono
|
comic-mono
|
||||||
comfortaa
|
comfortaa
|
||||||
btop
|
btop
|
||||||
apostrophe
|
#apostrophe
|
||||||
warp
|
warp
|
||||||
syncplay
|
syncplay
|
||||||
virt-manager
|
virt-manager
|
||||||
|
@ -151,6 +151,9 @@ with import ./modules/neovim-config.nix { inherit pkgs lib fromGitHub; };
|
||||||
};
|
};
|
||||||
|
|
||||||
# configure programs
|
# configure programs
|
||||||
|
programs.direnv = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
programs.firefox = { #add options later
|
programs.firefox = { #add options later
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
@ -253,11 +256,11 @@ with import ./modules/neovim-config.nix { inherit pkgs lib fromGitHub; };
|
||||||
nxs = "nix search nixpkgs";
|
nxs = "nix search nixpkgs";
|
||||||
nxr = "nix run nixpkgs#";
|
nxr = "nix run nixpkgs#";
|
||||||
nxh = "nix shell nixpkgs#";
|
nxh = "nix shell nixpkgs#";
|
||||||
nxu = "sudo nixos-rebuild boot --upgrade";
|
|
||||||
nxc = "sudo nix-collect-garbage -d";
|
nxc = "sudo nix-collect-garbage -d";
|
||||||
hme = "edit ~/.config/home-manager/home.nix";
|
hme = "edit ~/.config/home-manager/home.nix";
|
||||||
};
|
};
|
||||||
shellAliases = {
|
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"'';
|
nxw = ''sudo sh -c "nixos-rebuild switch --log-format internal-json -v |& nom --json"'';
|
||||||
aria = "aria2c -c -k1M -x10";
|
aria = "aria2c -c -k1M -x10";
|
||||||
dw = "diceware -n 6 -d -";
|
dw = "diceware -n 6 -d -";
|
||||||
|
|
Loading…
Reference in a new issue