add kde connect program

This commit is contained in:
Evie Litherland-Smith 2023-03-29 22:07:42 +01:00
parent fd9fea6b40
commit 1b4654dcc5
2 changed files with 4 additions and 2 deletions

View file

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

View file

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