Compare commits
3 changed files with 5 additions and 1 deletions
|
|
@ -31,6 +31,7 @@
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
keepassxc
|
keepassxc
|
||||||
|
insync
|
||||||
|
|
||||||
telegram-desktop
|
telegram-desktop
|
||||||
element-desktop
|
element-desktop
|
||||||
|
|
|
||||||
|
|
@ -39,6 +39,9 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
allowedUnfreePackages = [
|
allowedUnfreePackages = [
|
||||||
|
"insync"
|
||||||
|
"insync-pkg"
|
||||||
|
|
||||||
"rider"
|
"rider"
|
||||||
"pycharm-professional"
|
"pycharm-professional"
|
||||||
"jetbrains-toolbox"
|
"jetbrains-toolbox"
|
||||||
|
|
|
||||||
|
|
@ -76,7 +76,7 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
"blog-in-anubis" = {
|
"vinzenz-lpt2-in-anubis" = {
|
||||||
root = inputs.zerforschen-plus.packages."${pkgs.system}".zerforschen-plus-content;
|
root = inputs.zerforschen-plus.packages."${pkgs.system}".zerforschen-plus-content;
|
||||||
listen = [
|
listen = [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue