mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
feat[client,server]: add remote builds, confLib
Some checks failed
Flake check / Check flake (push) Has been cancelled
Some checks failed
Flake check / Check flake (push) Has been cancelled
This commit is contained in:
parent
c20f1b0b59
commit
9acfc5f934
133 changed files with 4297 additions and 3249 deletions
|
|
@ -1,44 +0,0 @@
|
|||
{ lib, config, ... }:
|
||||
{
|
||||
options.swarselprofiles.chaostheatre = lib.mkEnableOption "is this a chaostheatre host";
|
||||
config = lib.mkIf config.swarselprofiles.chaostheatre {
|
||||
swarselmodules = {
|
||||
packages = lib.mkForce true;
|
||||
ownpackages = lib.mkForce true;
|
||||
general = lib.mkForce true;
|
||||
nixgl = lib.mkForce true;
|
||||
sops = lib.mkForce true;
|
||||
yubikey = lib.mkForce false;
|
||||
ssh = lib.mkForce true;
|
||||
stylix = lib.mkForce true;
|
||||
desktop = lib.mkForce true;
|
||||
symlink = lib.mkForce true;
|
||||
env = lib.mkForce false;
|
||||
programs = lib.mkForce true;
|
||||
nix-index = lib.mkForce true;
|
||||
direnv = lib.mkForce true;
|
||||
eza = lib.mkForce true;
|
||||
git = lib.mkForce false;
|
||||
fuzzel = lib.mkForce true;
|
||||
starship = lib.mkForce true;
|
||||
kitty = lib.mkForce true;
|
||||
zsh = lib.mkForce true;
|
||||
zellij = lib.mkForce true;
|
||||
tmux = lib.mkForce true;
|
||||
mail = lib.mkForce false;
|
||||
emacs = lib.mkForce true;
|
||||
waybar = lib.mkForce true;
|
||||
firefox = lib.mkForce true;
|
||||
gnome-keyring = lib.mkForce true;
|
||||
kdeconnect = lib.mkForce true;
|
||||
mako = lib.mkForce true;
|
||||
swayosd = lib.mkForce true;
|
||||
yubikeytouch = lib.mkForce true;
|
||||
sway = lib.mkForce true;
|
||||
kanshi = lib.mkForce true;
|
||||
gpgagent = lib.mkForce true;
|
||||
gammastep = lib.mkForce false;
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
|
@ -30,7 +30,6 @@
|
|||
kitty = lib.mkDefault true;
|
||||
mail = lib.mkDefault false;
|
||||
mako = lib.mkDefault false;
|
||||
niri = lib.mkDefault false;
|
||||
nix-index = lib.mkDefault true;
|
||||
nixgl = lib.mkDefault true;
|
||||
nix-your-shell = lib.mkDefault true;
|
||||
|
|
|
|||
|
|
@ -1,13 +0,0 @@
|
|||
{ lib, config, ... }:
|
||||
{
|
||||
options.swarselprofiles.framework = lib.mkEnableOption "is this a framework brand host";
|
||||
config = lib.mkIf config.swarselprofiles.framework {
|
||||
swarselmodules = {
|
||||
optional = {
|
||||
framework = lib.mkDefault true;
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
{ lib, config, ... }:
|
||||
{
|
||||
options.swarselprofiles.optionals = lib.mkEnableOption "is this a host with optionals";
|
||||
config = lib.mkIf config.swarselprofiles.optionals {
|
||||
swarselmodules = {
|
||||
optional = {
|
||||
gaming = lib.mkDefault true;
|
||||
uni = lib.mkDefault true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
|
@ -29,7 +29,6 @@
|
|||
kitty = lib.mkDefault true;
|
||||
mail = lib.mkDefault true;
|
||||
mako = lib.mkDefault true;
|
||||
niri = lib.mkDefault false;
|
||||
nix-index = lib.mkDefault true;
|
||||
nixgl = lib.mkDefault true;
|
||||
nix-your-shell = lib.mkDefault true;
|
||||
|
|
|
|||
|
|
@ -1,14 +0,0 @@
|
|||
{ lib, config, ... }:
|
||||
{
|
||||
options.swarselprofiles.toto = lib.mkEnableOption "is this a toto (setup) host";
|
||||
config = lib.mkIf config.swarselprofiles.toto {
|
||||
swarselmodules = {
|
||||
general = lib.mkDefault true;
|
||||
sops = lib.mkDefault true;
|
||||
ssh = lib.mkDefault true;
|
||||
kitty = lib.mkDefault true;
|
||||
git = lib.mkDefault true;
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
{ lib, config, ... }:
|
||||
{
|
||||
options.swarselprofiles.uni = lib.mkEnableOption "is this a uni host";
|
||||
config = lib.mkIf config.swarselprofiles.uni {
|
||||
swarselmodules = {
|
||||
optional = {
|
||||
uni = lib.mkDefault true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
{ lib, config, ... }:
|
||||
{
|
||||
options.swarselprofiles.work = lib.mkEnableOption "is this a work host";
|
||||
config = lib.mkIf config.swarselprofiles.work {
|
||||
swarselmodules = {
|
||||
optional = {
|
||||
work = lib.mkDefault true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue