debug: add debugging things
This commit is contained in:
parent
075a10c193
commit
8140497735
2 changed files with 8 additions and 0 deletions
|
|
@ -87,6 +87,12 @@
|
|||
'';
|
||||
in {
|
||||
config = lib.mkIf cfg.enable {
|
||||
|
||||
|
||||
|
||||
warnings = [">>> HYPRLOCK ACTIVE <<<"];
|
||||
|
||||
|
||||
programs.hyprlock = {
|
||||
enable = true;
|
||||
extraConfig = hyprlockConfig + "\n" + cfg.extraConfig;
|
||||
|
|
|
|||
|
|
@ -8,6 +8,8 @@
|
|||
root = nixosVista;
|
||||
in {
|
||||
config = lib.mkIf root.enable {
|
||||
warnings = [">>> fonts ACTIVE <<<"];
|
||||
|
||||
fonts.packages = with pkgs; [
|
||||
nerd-fonts.jetbrains-mono
|
||||
noto-fonts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue