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;
|
build = _: nc: nc.config.system.build.toplevel;
|
||||||
in
|
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 {
|
aarch64-linux = lib.mapAttrs build {
|
||||||
inherit (self.nixosConfigurations) sisko; # pbp;
|
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 {
|
touchpad {
|
||||||
// off
|
// off
|
||||||
tap
|
tap
|
||||||
// dwt
|
dwt
|
||||||
// dwtp
|
// dwtp
|
||||||
natural-scroll
|
natural-scroll
|
||||||
// accel-speed 0.2
|
// accel-speed 0.2
|
||||||
|
|
|
@ -89,6 +89,7 @@
|
||||||
"zoom"
|
"zoom"
|
||||||
"pantalaimon"
|
"pantalaimon"
|
||||||
"gimp"
|
"gimp"
|
||||||
|
"jellyfin"
|
||||||
];
|
];
|
||||||
extraGroups = [ "plugdev" ];
|
extraGroups = [ "plugdev" ];
|
||||||
backupPaths = [ ];
|
backupPaths = [ ];
|
||||||
|
|
Loading…
Add table
Reference in a new issue