felixalbpc: Configure openstackclient, keymapp, keyring, ssh-agent
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user