feat: migrated thor to nixos (again)

This commit is contained in:
2024-11-16 11:46:23 +01:00
parent 6b8cec9963
commit 3b63a0873f
6 changed files with 170 additions and 77 deletions

View File

@@ -1,4 +1,4 @@
{ pkgs, inputs, ... }:
{ lib, pkgs, inputs, ... }:
{
# ------------------------------------------------
# Needed Packages
@@ -710,7 +710,7 @@
programs.hyprlock = {
enable = true;
settings = {
settings = lib.mkForce {
general = {
grace = 5;