Compare commits
2 Commits
ff99371792
...
2fbc6223e1
Author | SHA1 | Date | |
---|---|---|---|
2fbc6223e1 | |||
0fd4b10b1c |
@ -11,6 +11,7 @@
|
||||
networking = {
|
||||
interfaces.eno1 = {
|
||||
useDHCP = true;
|
||||
tempAddress = "disabled";
|
||||
ipv6.addresses = [
|
||||
{ address = "2001:700:300:22::15"; prefixLength = 64; }
|
||||
];
|
||||
|
@ -47,11 +47,12 @@ in {
|
||||
wl-clipboard
|
||||
cliphist
|
||||
|
||||
(python311.withPackages (ps: with ps; [
|
||||
(python312.withPackages (ps: with ps; [
|
||||
numpy
|
||||
pycryptodome
|
||||
requests
|
||||
|
||||
osc-placement
|
||||
python-designateclient
|
||||
python-heatclient
|
||||
python-magnumclient
|
||||
@ -82,6 +83,7 @@ in {
|
||||
};
|
||||
zsh = {
|
||||
shellAliases."rebuild" = "sudo nixos-rebuild switch --flake /config";
|
||||
shellAliases."sl2" = "$HOME/repos/shiftleader2/venv/bin/python $HOME/repos/shiftleader2/shiftleader2-client/sl2";
|
||||
prezto.pmodules = [ "ssh" ];
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user