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;
|
||||
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;
|
||||
};
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
{ 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,7 +89,6 @@
|
|||
"zoom"
|
||||
"pantalaimon"
|
||||
"gimp"
|
||||
"jellyfin"
|
||||
];
|
||||
extraGroups = [ "plugdev" ];
|
||||
backupPaths = [ ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue