parent
0d91987d59
commit
f9256738a4
5 changed files with 7 additions and 7 deletions
|
@ -469,7 +469,7 @@ let
|
|||
configuration = pkgs.writeText "config.yml" (builtins.toJSON json);
|
||||
in
|
||||
pkgs.writers.writeBashBin name ''
|
||||
${pkgs.wtf}/bin/wtfutil --config=${toString configuration}
|
||||
${pkgs.wtfutil}/bin/wtfutil --config=${toString configuration}
|
||||
'';
|
||||
|
||||
in
|
||||
|
@ -484,7 +484,7 @@ in
|
|||
services.upower.enable = true;
|
||||
|
||||
environment.systemPackages = [
|
||||
pkgs.wtf
|
||||
pkgs.wtfutil
|
||||
(createDashboard {
|
||||
json = qJson;
|
||||
name = "q";
|
||||
|
|
|
@ -26,7 +26,6 @@ with lib;
|
|||
pkgs.yubikey-personalization
|
||||
pkgs.yubikey-personalization-gui
|
||||
pkgs.yubikey-manager
|
||||
pkgs.yubikey-manager-qt
|
||||
|
||||
# for `gpg --export $keyid | hokey lint` to check keys
|
||||
#pkgs.haskellPackages.hopenpgp-tools
|
||||
|
|
|
@ -264,12 +264,12 @@
|
|||
documentation.nixos.extraModules = [
|
||||
./components
|
||||
./features
|
||||
#./modules
|
||||
clan-core.nixosModules.clanCore
|
||||
telemetry.nixosModules.telemetry
|
||||
./modules
|
||||
{
|
||||
# clan fixes
|
||||
clan.core.settings.directory = ./.; # fixes issues with clanCore https://git.clan.lol/clan/clan-core/issues/1979
|
||||
}
|
||||
telemetry.nixosModules.telemetry
|
||||
# inputs.stylix.nixosModules.stylix # fixme: not working
|
||||
permown.nixosModules.permown
|
||||
home-manager.nixosModules.home-manager
|
||||
|
|
|
@ -12,7 +12,7 @@ with lib;
|
|||
programs.obs-studio.enable = false;
|
||||
home.packages = [
|
||||
emoji-picker
|
||||
signal-desktop
|
||||
signal-desktop-bin
|
||||
];
|
||||
|
||||
};
|
||||
|
|
|
@ -15,6 +15,7 @@ in
|
|||
WASTEBIN_ADDRESS_PORT = "127.0.0.1:${toString port}";
|
||||
WASTEBIN_TITLE = "paste.ingolf-wagner.de";
|
||||
WASTEBIN_MAX_PASTE_EXPIRATION = 60 * 60 * 24 * 30;
|
||||
WASTEBIN_MAX_BODY_SIZE = 1024 * 128;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue