This commit is contained in:
Ranomier 2024-10-15 21:04:30 +02:00
parent 63c50cfa2a
commit a83e3592b2
6 changed files with 52 additions and 49 deletions

View file

@ -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;