From 5703f07a33d7b7fec56d25ca0d2225aef49b341d Mon Sep 17 00:00:00 2001 From: lily Date: Sun, 30 Mar 2025 00:25:15 -0400 Subject: [PATCH] misc: formatting changes --- flake.lock | 81 +++++++++++++++++++++++++--- home-manager/modules/git/default.nix | 2 +- modules/plasma/default.nix | 2 + 3 files changed, 78 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index caf3549..37585c5 100644 --- a/flake.lock +++ b/flake.lock @@ -84,7 +84,7 @@ }, "flake-utils": { "inputs": { - "systems": "systems_2" + "systems": "systems_3" }, "locked": { "lastModified": 1731533236, @@ -170,10 +170,29 @@ "type": "github" } }, + "kwin-effects-forceblur": { + "inputs": { + "nixpkgs": "nixpkgs_2", + "utils": "utils" + }, + "locked": { + "lastModified": 1740651704, + "narHash": "sha256-s6pe3osipbo+GZVAB6LycyOsYcdvC12OJzuQRVptVZE=", + "owner": "taj-ny", + "repo": "kwin-effects-forceblur", + "rev": "1c8dcf1a471b13ada1e37f468de71e115148353f", + "type": "github" + }, + "original": { + "owner": "taj-ny", + "repo": "kwin-effects-forceblur", + "type": "github" + } + }, "nix-gaming": { "inputs": { "flake-parts": "flake-parts", - "nixpkgs": "nixpkgs_2" + "nixpkgs": "nixpkgs_3" }, "locked": { "lastModified": 1743299372, @@ -237,6 +256,22 @@ } }, "nixpkgs_2": { + "locked": { + "lastModified": 1730200266, + "narHash": "sha256-l253w0XMT8nWHGXuXqyiIC/bMvh1VRszGXgdpQlfhvU=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "807e9154dcb16384b1b765ebe9cd2bba2ac287fd", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs_3": { "locked": { "lastModified": 1743076231, "narHash": "sha256-yQugdVfi316qUfqzN8JMaA2vixl+45GxNm4oUfXlbgw=", @@ -252,7 +287,7 @@ "type": "github" } }, - "nixpkgs_3": { + "nixpkgs_4": { "locked": { "lastModified": 1743231893, "narHash": "sha256-tpJsHMUPEhEnzySoQxx7+kA+KUtgWqvlcUBqROYNNt0=", @@ -268,7 +303,7 @@ "type": "github" } }, - "nixpkgs_4": { + "nixpkgs_5": { "locked": { "lastModified": 1743095683, "narHash": "sha256-gWd4urRoLRe8GLVC/3rYRae1h+xfQzt09xOfb0PaHSk=", @@ -333,8 +368,9 @@ "inputs": { "agenix": "agenix", "home-manager": "home-manager_2", + "kwin-effects-forceblur": "kwin-effects-forceblur", "nix-gaming": "nix-gaming", - "nixpkgs": "nixpkgs_3", + "nixpkgs": "nixpkgs_4", "nixpkgs-unstable": "nixpkgs-unstable", "nixvim": "nixvim", "zen-browser": "zen-browser" @@ -370,9 +406,42 @@ "type": "github" } }, + "systems_3": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, + "utils": { + "inputs": { + "systems": "systems_2" + }, + "locked": { + "lastModified": 1726560853, + "narHash": "sha256-X6rJYSESBVr3hBoH0WbKE5KvhPU5bloyZ2L4K60/fPQ=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "c1dfcf08411b08f6b8615f7d8971a2bfa81d5e8a", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, "zen-browser": { "inputs": { - "nixpkgs": "nixpkgs_4" + "nixpkgs": "nixpkgs_5" }, "locked": { "lastModified": 1743216975, diff --git a/home-manager/modules/git/default.nix b/home-manager/modules/git/default.nix index 76d4e61..fefbd88 100644 --- a/home-manager/modules/git/default.nix +++ b/home-manager/modules/git/default.nix @@ -15,7 +15,7 @@ in { lfs.enable = true; extraConfig = { user = { - name = "Lily Vex"; + name = "lily"; email = "lesson085@gmail.com"; signingKey = "Lily Vex"; }; diff --git a/modules/plasma/default.nix b/modules/plasma/default.nix index 463113f..2939da2 100644 --- a/modules/plasma/default.nix +++ b/modules/plasma/default.nix @@ -1,6 +1,8 @@ { lib, config, + pkgs, + inputs, ... }: let cfg = config.lily.plasma;