File tree Expand file tree Collapse file tree 4 files changed +10
-1
lines changed Expand file tree Collapse file tree 4 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 18
18
# support DP-Alt display output. DP-Alt output is required for true HDMI or
19
19
# DP output via one of this machine's two USB-C ports and zero HDMI/DP ports.
20
20
services . xserver . videoDrivers = [ "displaylink" ] ;
21
+ dotfield . nixpkgs . allowedUnfreePackages = [ "displaylink" ] ;
21
22
22
23
system . stateVersion = "23.11" ; # Did you read the comment?
23
24
}
Original file line number Diff line number Diff line change 9
9
10
10
hardware . keyboard . keyboardio . enable = true ;
11
11
12
+ dotfield . nixpkgs . allowedUnfreePackages = [ "keymapp" ] ;
12
13
hardware . keyboard . zsa . enable = true ;
13
14
environment . systemPackages = [
14
15
pkgs . keymapp
Original file line number Diff line number Diff line change 55
55
# - utsushi (usb/scsi only)
56
56
#
57
57
# I have not tested USB scanning but I'm sure it's much more straightforward.
58
- { pkgs , ... } :
58
+ { lib , pkgs , ... } :
59
59
let
60
60
ip = "192.168.1.192" ;
61
61
in
62
62
{
63
63
imports = [ ./common.nix ] ;
64
64
65
+ nixpkgs . config . allowlistedLicenses = [ lib . licenses . epson ] ;
66
+
65
67
hardware . sane . extraBackends = [
66
68
pkgs . epkowa
67
69
Original file line number Diff line number Diff line change 3
3
isGraphical = config . services . xserver . enable ;
4
4
in
5
5
{
6
+ dotfield . nixpkgs . allowedUnfreePackages = [
7
+ "1password-cli"
8
+ "1password"
9
+ ] ;
10
+
6
11
home-manager . sharedModules = lib . singleton (
7
12
{ pkgs , ... } :
8
13
{
You can’t perform that action at this time.
0 commit comments