Compare commits
No commits in common. "39481006b8ccc94ec60809d222aee5dd2fc25529" and "5df791bd5aa3c7e5adfd394f1454984970ec2dc6" have entirely different histories.
39481006b8
...
5df791bd5a
4 changed files with 2 additions and 7 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 pike kirk; };
|
x86_64-linux = lib.mapAttrs build { inherit (self.nixosConfigurations) picard; };
|
||||||
aarch64-linux = lib.mapAttrs build {
|
aarch64-linux = lib.mapAttrs build {
|
||||||
inherit (self.nixosConfigurations) sisko; # pbp;
|
inherit (self.nixosConfigurations) sisko; # pbp;
|
||||||
};
|
};
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
{ 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,7 +89,6 @@
|
||||||
"zoom"
|
"zoom"
|
||||||
"pantalaimon"
|
"pantalaimon"
|
||||||
"gimp"
|
"gimp"
|
||||||
"jellyfin"
|
|
||||||
];
|
];
|
||||||
extraGroups = [ "plugdev" ];
|
extraGroups = [ "plugdev" ];
|
||||||
backupPaths = [ ];
|
backupPaths = [ ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue