Merge branch 'master' of git.aciceri.dev:aciceri/nixfleet
Some checks failed
/ test (push) Has been cancelled

This commit is contained in:
Andrea Ciceri 2025-05-17 09:30:28 +02:00
commit dd8d6bb357
No known key found for this signature in database
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 = [ ];