add kde connect program
This commit is contained in:
parent
fd9fea6b40
commit
1b4654dcc5
|
@ -1,4 +1,4 @@
|
||||||
{ config, pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./common.nix
|
./common.nix
|
||||||
|
@ -10,6 +10,8 @@
|
||||||
services.xserver.displayManager.sddm.enable = true;
|
services.xserver.displayManager.sddm.enable = true;
|
||||||
services.xserver.desktopManager.plasma5.enable = true;
|
services.xserver.desktopManager.plasma5.enable = true;
|
||||||
|
|
||||||
|
programs.kdeconnect.enable = true;
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
catppuccin-kde
|
catppuccin-kde
|
||||||
catppuccin-gtk
|
catppuccin-gtk
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
./common.nix
|
./common.nix
|
||||||
./packages
|
./packages
|
||||||
./packages/gui/gaming.nix
|
./packages/gui/gaming.nix
|
||||||
./packages/nomachine.nix
|
./packages/gui/nomachine.nix
|
||||||
];
|
];
|
||||||
# Home Manager needs a bit of information about you and the
|
# Home Manager needs a bit of information about you and the
|
||||||
# paths it should manage.
|
# paths it should manage.
|
||||||
|
|
Loading…
Reference in a new issue