Compare commits

..

No commits in common. "39481006b8ccc94ec60809d222aee5dd2fc25529" and "5df791bd5aa3c7e5adfd394f1454984970ec2dc6" have entirely different histories.

4 changed files with 2 additions and 7 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 pike kirk; };
x86_64-linux = lib.mapAttrs build { inherit (self.nixosConfigurations) picard; };
aarch64-linux = lib.mapAttrs build {
inherit (self.nixosConfigurations) sisko; # pbp;
};

View file

@ -1,4 +0,0 @@
{ 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,7 +89,6 @@
"zoom"
"pantalaimon"
"gimp"
"jellyfin"
];
extraGroups = [ "plugdev" ];
backupPaths = [ ];