cleanup, bugfixes, add packages

This commit is contained in:
Bit Borealis 2023-08-28 02:53:26 +00:00
parent 396f32e6d9
commit 71531f5e66
Signed by: theotheroracle
GPG Key ID: 2D816A2DCA6E5649
1 changed files with 4 additions and 25 deletions

View File

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