felixalbpc: Configure openstackclient, keymapp, keyring, ssh-agent

This commit is contained in:
2024-11-05 13:20:59 +01:00
parent 9fe5f0aae7
commit 157c54ae65
4 changed files with 50 additions and 11 deletions

View File

@@ -8,33 +8,39 @@ in {
];
home.packages = with pkgs; [
bc
catimg
chromium
dante
dig
element-desktop
gnome.gnome-keyring
hunspellDicts.en_US
hunspellDicts.nb_NO
jq
keymapp
libreoffice
maim
mpv
nixpkgs-2211.remmina
oauth2ms
openssl
openstackclient
pwgen
rofi-rbw-x11
unstable.tlclient
traceroute
virt-manager
w3m
(python311.withPackages (ps: with ps; [
(unstable.python311.withPackages (ps: with ps; [
numpy
pycryptodome
python-novaclient
requests
python-designateclient
python-heatclient
python-magnumclient
python-novaclient
python-openstackclient
]))
];
@@ -58,7 +64,10 @@ in {
enable = true;
theme = "iggy";
};
zsh.shellAliases."rebuild" = "sudo nixos-rebuild switch --flake /config";
zsh = {
shellAliases."rebuild" = "sudo nixos-rebuild switch --flake /config";
prezto.pmodules = [ "ssh" ];
};
neovim.plugins = with pkgs.vimPlugins; [ copilot-vim ];
};