home-manager.users.username.services.kdeconnect.enable=true;networking.firewall=rec{allowedTCPPortRanges=[{from=1714;to=1764;}];allowedUDPPortRanges=allowedTCPPortRanges;}; Expected behavior Sharing website from a browser on phone should open the website on the browser of the nixos system, but ...
kdeconnect = { enable = true; package = pkgs.gnomeExtensions.gsconnect; }; 由于这里用了 environment.systemPackages 一般configuration.nix 里也会写这个设置项,会导致重复冲突,所以最好把以上配置写入一份新文件如 gnome.nix,然后再 imports 导入。
plasma6.enable = true; ## 以上配置即可启用 kde 桌面 ## 以下配置按需选择定制: # 色彩配置服务 services.colord.enable = true; # 地理位置服务 services.geoclue2.enable = true; programs.kdeconnect.enable = true; # kde 磁盘管理软件,仅仅添加到 systemPackages 是用不了,需要 suid 提权 programs....
Nixpkgs version Unstable (25.05) Describe the bug In my configuration I have the following lines programs.kdeconnect = { enable = true; package = pkgs.gnomeExtensions.gsconnect; }; but like this I cannot connect to my android phone. It's...
NixOS的其他创新特色包括可靠升级、回滚、可重现的系统配置、二进制代码基于源文件的管理模型、多用 户包管理。尽管NixOS是一份研究性项目,它是一份功能性的及可用的操作系统,能进行硬件检测,使用KDE作为缺省桌面,并采用systemd进行系统 服务管理。 Chapter 21. Release 14.12 (“Caterpillar”, 2014/12/30)...
Runsystemctl start display-managerto start KDE Configure Wifi from the UI Wifi works nixos configuration Reboot on successfully installing nixos using the gui installer Make sure to keepnetworking.wireless.enable = true;in/etc/nixos/configuration.nix ...
Describe the bug When the play button is pressed, Steam will briefly act like the game is launching before stopping the process, as if you didn't even try to open a game in the first place. This has happened for every game I tried to lau...
tailscale kdeconnect krita libreoffice bat jellyfin (feishin) konsole+tmux and quite a bit more… Nix stuff home-manager NixOS and nix, of course Final Note I designed my NixOS flake to be modular and customizable; so feel free to change it up and use it in your own setups!About...
fixes #387069 (incompatibility with android app version 1.33.0, release three days ago in the Play Store and fdroid) hotfix based on most recent commit until upstream PR GSConnect/gnome-shell-exten...
https://kde.org/announcements/gear/24.08.2/ https://carlschwan.eu/2024/10/10/kirigami-addons-1.5/ staging-next because I don't want to deal with the exponential amount of rebuilds. Things done Bu...