This commit is contained in:
Andrea Ciceri 2023-09-27 11:54:30 +02:00
parent 1fe5a6ddd3
commit fa10da91f4
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
11 changed files with 98 additions and 211 deletions

View file

@ -168,17 +168,24 @@
thinkpad = {
extraModules = with inputs; [
nixosHardware.nixosModules.lenovo-thinkpad-x1-7th-gen
hyprland.nixosModules.default
];
extraHmModules = with inputs; [
ccrEmacs.hmModules.default
hyprland.homeManagerModules.default
{
# TODO: remove after https://github.com/nix-community/home-manager/pull/3811
imports = let
hmModules = "${inputs.homeManagerGitWorkspace}/modules";
in [
"${hmModules}/services/git-workspace.nix"
];
}
];
overlays = [inputs.nil.overlays.default];
secrets = {
"thinkpad-wireguard-private-key" = {};
"cachix-personal-token".owner = "ccr";
"autistici-password".owner = "ccr";
"git-workspace-tokens".owner = "ccr";
};
};
rock5b = {

View file

@ -14,7 +14,7 @@
"ccr"
"nix"
# "vm-sala"
"vm-mara"
# "vm-mara"
# "vm-ubuntu"
# "hydra"
"hercules-ci"
@ -23,8 +23,9 @@
"docker"
# "minio"
"proxy"
# "binfmt"
"binfmt"
"xdg"
# "remote-xfce"
];
ccr = {

View file

@ -40,13 +40,14 @@
enable = true;
autologin = true;
modules = [
"git-workspace"
"cura"
"digikam"
"discord"
"element"
# "nheko"
# "thunderbird"
"aerc"
# "aerc"
"emacs"
"firefox"
"git"
@ -74,6 +75,7 @@
"remmina"
"whatsapp"
# "pantalaimon"
# "moonlight"
];
packages = with pkgs; [
comma