Merge branch 'master' of git.aciceri.dev:aciceri/nixfleet
Some checks failed
/ test (push) Has been cancelled
Some checks failed
/ test (push) Has been cancelled
This commit is contained in:
commit
dd8d6bb357
4 changed files with 7 additions and 2 deletions
|
@ -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;
|
||||
};
|
||||
|
|
4
hmModules/jellyfin/default.nix
Normal file
4
hmModules/jellyfin/default.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = [ pkgs.jellyfin-media-player ];
|
||||
}
|
|
@ -19,7 +19,7 @@ input {
|
|||
touchpad {
|
||||
// off
|
||||
tap
|
||||
// dwt
|
||||
dwt
|
||||
// dwtp
|
||||
natural-scroll
|
||||
// accel-speed 0.2
|
||||
|
|
|
@ -89,6 +89,7 @@
|
|||
"zoom"
|
||||
"pantalaimon"
|
||||
"gimp"
|
||||
"jellyfin"
|
||||
];
|
||||
extraGroups = [ "plugdev" ];
|
||||
backupPaths = [ ];
|
||||
|
|
Loading…
Add table
Reference in a new issue