chore: sydpc밖에 steam, slippi, openutau를 끔
This commit is contained in:
@@ -15,9 +15,7 @@
|
|||||||
wifi.enable = true;
|
wifi.enable = true;
|
||||||
stylix.enable = true;
|
stylix.enable = true;
|
||||||
niri.enable = true;
|
niri.enable = true;
|
||||||
steam.enable = true;
|
|
||||||
bluetooth.enable = true;
|
bluetooth.enable = true;
|
||||||
# gdm.enable = true;
|
|
||||||
openssh.enable = true;
|
openssh.enable = true;
|
||||||
sydpkgs.overlay.enable = true;
|
sydpkgs.overlay.enable = true;
|
||||||
dank-material-shell.enable = true;
|
dank-material-shell.enable = true;
|
||||||
|
|||||||
@@ -59,6 +59,7 @@ let
|
|||||||
pkgs = nixpkgs;
|
pkgs = nixpkgs;
|
||||||
};
|
};
|
||||||
inherit inputs system;
|
inherit inputs system;
|
||||||
|
host = hostName;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -18,7 +18,12 @@
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
homeConfiguration = { config, lib, pkgs, ... }: {
|
homeConfiguration = { config, lib, pkgs, host, ... }:
|
||||||
|
let on = hosts:
|
||||||
|
if builtins.isString hosts
|
||||||
|
then hosts == host
|
||||||
|
else builtins.elem host hosts;
|
||||||
|
in {
|
||||||
home.file.".ssh/id_ed25519".source =
|
home.file.".ssh/id_ed25519".source =
|
||||||
config.lib.file.mkOutOfStoreSymlink
|
config.lib.file.mkOutOfStoreSymlink
|
||||||
"/persist/private-keys/ssh/msyds@sydpc";
|
"/persist/private-keys/ssh/msyds@sydpc";
|
||||||
@@ -31,14 +36,13 @@
|
|||||||
sydnix = {
|
sydnix = {
|
||||||
documentation.enable = true;
|
documentation.enable = true;
|
||||||
xdg.enable = true;
|
xdg.enable = true;
|
||||||
steam.enable = true;
|
steam.enable = on "sydpc";
|
||||||
zotero.enable = true;
|
zotero.enable = true;
|
||||||
openutau.enable = true;
|
slippi.enable = on "sydpc";
|
||||||
slippi.enable = true;
|
|
||||||
desktop-environment.enable = true;
|
desktop-environment.enable = true;
|
||||||
clojure.enable = true;
|
clojure.enable = true;
|
||||||
capitaine-cursors.enable = true;
|
capitaine-cursors.enable = true;
|
||||||
terraria.enable = true;
|
terraria.enable = on "sydpc";
|
||||||
kdeconnect.enable = true;
|
kdeconnect.enable = true;
|
||||||
qalculate.enable = true;
|
qalculate.enable = true;
|
||||||
toki-pona.enable = true;
|
toki-pona.enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user