Compare commits

..

3 commits

Author SHA1 Message Date
39481006b8
Enable checks for pike and picard
Some checks failed
EVAL aarch64-linux.sisko
UPLOAD x86_64-linux.kirk
DOWNLOAD x86_64-linux.kirk
CACHIX x86_64-linux.kirk
ATTIC x86_64-linux.kirk
BUILD aarch64-linux.sisko
/ test (push) Successful in 27m36s
2025-05-16 21:08:18 +02:00
c84a98f1ac
Disable touchpad when typing in niri 2025-05-16 21:07:41 +02:00
632cc893e5
Enable jellyfin-media-player on pike 2025-05-16 21:07:19 +02:00
4 changed files with 7 additions and 2 deletions

View file

@ -49,7 +49,7 @@
build = _: nc: nc.config.system.build.toplevel;
in
{
x86_64-linux = lib.mapAttrs build { inherit (self.nixosConfigurations) picard; };
x86_64-linux = lib.mapAttrs build { inherit (self.nixosConfigurations) picard pike kirk; };
aarch64-linux = lib.mapAttrs build {
inherit (self.nixosConfigurations) sisko; # pbp;
};

View file

@ -0,0 +1,4 @@
{ pkgs, ... }:
{
home.packages = [ pkgs.jellyfin-media-player ];
}

View file

@ -19,7 +19,7 @@ input {
touchpad {
// off
tap
// dwt
dwt
// dwtp
natural-scroll
// accel-speed 0.2

View file

@ -89,6 +89,7 @@
"zoom"
"pantalaimon"
"gimp"
"jellyfin"
];
extraGroups = [ "plugdev" ];
backupPaths = [ ];