Added printing and bluetooth support
This commit is contained in:
parent
f5bdc596ac
commit
df825e3f4c
6 changed files with 22 additions and 3 deletions
|
@ -6,4 +6,5 @@
|
|||
];
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
services.openssh.enable = true;
|
||||
environment.variables.EDITOR = "nvim";
|
||||
}
|
||||
|
|
|
@ -11,10 +11,12 @@
|
|||
gcc
|
||||
cmake
|
||||
gnumake
|
||||
llvmPackages.bintools
|
||||
ninja
|
||||
pkgconfig
|
||||
qtcreator
|
||||
qt5.full
|
||||
zlib
|
||||
|
||||
# Java
|
||||
gradle
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# Defines comfig for a "gui" system, in most cases a Desktop or Laptop
|
||||
{ config, ... }:
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [ ./pkgs.nix ];
|
||||
|
@ -37,4 +37,10 @@
|
|||
services.syncthing.user = "chris";
|
||||
services.syncthing.configDir = "/home/chris/.config/syncthing";
|
||||
services.syncthing.dataDir = "/home/chris";
|
||||
|
||||
# Printing
|
||||
services.printing.enable = true;
|
||||
services.printing.drivers = [ pkgs.gutenprint ];
|
||||
services.avahi.enable = true;
|
||||
services.avahi.nssmdns = true;
|
||||
}
|
||||
|
|
|
@ -40,17 +40,24 @@
|
|||
latte-dock # My PC has enough RAM by now
|
||||
kdeApplications.kleopatra
|
||||
kdeApplications.korganizer
|
||||
kdeFrameworks.qqc2-desktop-style # Makes QtQuick applications look like desktop ones
|
||||
okular
|
||||
packagekit
|
||||
packagekit-qt
|
||||
plasma-desktop
|
||||
plasma-integration
|
||||
# plasma5
|
||||
plasma5.polkit-kde-agent
|
||||
plasma5.powerdevil
|
||||
plasma5.sddm-kcm
|
||||
plasma5.user-manager
|
||||
plasma5.xdg-desktop-portal-kde
|
||||
my.plasma-applet-window-buttons
|
||||
my.sddm-nx
|
||||
sddm
|
||||
kdeApplications.spectacle
|
||||
|
||||
cantata
|
||||
|
||||
# To show of your distro
|
||||
neofetch
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue