aboutsummaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
authorStefan Weigl-Bosker <stefan@s00.xyz>2025-03-02 17:47:10 -0500
committerStefan Weigl-Bosker <stefan@s00.xyz>2025-03-02 17:47:10 -0500
commit3fb87c7b8b2377a2cfc0f6e2b858a5b4f96f49d6 (patch)
tree7efef9eec4b626cbcfd1d1396cb6dee4c73c7783 /home.nix
parentb5e3e6f12b41a9a1133744e139c5aa47d1bee006 (diff)
downloadhome-3fb87c7b8b2377a2cfc0f6e2b858a5b4f96f49d6.tar.gz
update
Diffstat (limited to 'home.nix')
-rw-r--r--home.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/home.nix b/home.nix
index 472bcde..83e74d2 100644
--- a/home.nix
+++ b/home.nix
@@ -1,4 +1,4 @@
-{ inputs, config, lib, pkgs, nixgl, ... }:
+{ inputs, config, lib, pkgs, ... }:
{
imports = [
./modules/global.nix
@@ -11,7 +11,6 @@
wayland = true;
extraPackages = with pkgs; [
- mako
wmenu
cmatrix
];