diesdas
This commit is contained in:
parent
b5f913c929
commit
c6f8864710
4 changed files with 13 additions and 1 deletions
|
|
@ -47,6 +47,7 @@
|
|||
rvest
|
||||
rmarkdown
|
||||
knitr
|
||||
openxlsx
|
||||
rnaturalearth
|
||||
rnaturalearthdata
|
||||
qrcode
|
||||
|
|
|
|||
|
|
@ -27,6 +27,9 @@
|
|||
backyin = "duplicity --progress --no-encryption --exclude ~/.local/share/Trash/ --exclude ~/.cache/ ~ file:///run/media/till/yin/nova/";
|
||||
backyang = "duplicity --progress --no-encryption --exclude ~/.local/share/Trash/ --exclude ~/.cache/ ~ file:///run/media/till/yang/nova/";
|
||||
};
|
||||
shellAbbrs = {
|
||||
openconnect = "openconnect --config=/home/till/.config/openconnect/config";
|
||||
};
|
||||
shellInit = ''
|
||||
function fish_greeting; end
|
||||
|
||||
|
|
|
|||
|
|
@ -2,5 +2,9 @@
|
|||
|
||||
{
|
||||
home.packages = [ pkgs.openconnect ];
|
||||
xdg.configFile."openconnect/config".text = "lol";
|
||||
xdg.configFile."openconnect/config".text = ''
|
||||
server=vpn-einwahl.uni-frankfurt.de
|
||||
user=tstraube
|
||||
protocol=anyconnect
|
||||
'';
|
||||
}
|
||||
|
|
|
|||
|
|
@ -26,6 +26,10 @@
|
|||
shell = pkgs.fish;
|
||||
};
|
||||
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
nixpkgs.config.joypixels.acceptLicense = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue