Compare commits
No commits in common. "3da7dd3bca0d5f853f62d0caf05dc57f9b9ee487" and "d04005b782e11d628f14bfffd0b0c2b5faeec591" have entirely different histories.
3da7dd3bca
...
d04005b782
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…
Add table
Add a link
Reference in a new issue