feat: added user2 and refactored to accommodate

This commit is contained in:
Nick 2025-01-28 22:21:31 -06:00
parent 9cdcf4fec4
commit 04d561de0c
48 changed files with 133 additions and 338 deletions

View file

@ -1,7 +1,3 @@
{
pkgs,
...
}:
{
general = {
after_sleep_cmd = "hyprctl dispatch dpms on";

View file

@ -5,11 +5,7 @@
}:
let
configPath = ./config;
settingsPath = import (configPath + /settings.nix) {
inherit
pkgs
;
};
settingsPath = import (configPath + /settings.nix);
in
{
services.hypridle = {