forward
This commit is contained in:
parent
63c50cfa2a
commit
a83e3592b2
6 changed files with 52 additions and 49 deletions
|
@ -1,10 +1,11 @@
|
|||
{
|
||||
pkgs,
|
||||
inputs,
|
||||
config,
|
||||
...
|
||||
}: let
|
||||
unstable_list = [inputs.nixpkgs-unstable.legacyPackages."x86_64-linux".neovim];
|
||||
unstable_list = [
|
||||
inputs.nixpkgs-unstable.legacyPackages."x86_64-linux".neovim
|
||||
];
|
||||
in {
|
||||
# also opens the TCP and UDP port from 1714 to 1764
|
||||
programs.kdeconnect.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue