summaryrefslogtreecommitdiff
path: root/pkgs/astal/src/shell.lua
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-06-27 16:39:14 -0400
committerFreya Murphy <freya@freyacat.org>2025-06-27 16:39:14 -0400
commit2e4c4298cf84f94d68387e8076fd430e9968ce6c (patch)
tree2a43fa6d4659fe2585c75aeec3ee4d5e0a42de2e /pkgs/astal/src/shell.lua
parentfmt (diff)
downloaddotfiles-nix-2e4c4298cf84f94d68387e8076fd430e9968ce6c.tar.gz
dotfiles-nix-2e4c4298cf84f94d68387e8076fd430e9968ce6c.tar.bz2
dotfiles-nix-2e4c4298cf84f94d68387e8076fd430e9968ce6c.zip
refactor
Diffstat (limited to 'pkgs/astal/src/shell.lua')
-rw-r--r--pkgs/astal/src/shell.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/astal/src/shell.lua b/pkgs/astal/src/shell.lua
index 4baede7..417f754 100644
--- a/pkgs/astal/src/shell.lua
+++ b/pkgs/astal/src/shell.lua
@@ -1,6 +1,5 @@
local App = require("astal.gtk3.app")
local lib = require("lib")
-local Variable = require("astal").Variable
local Bar = require("widget.bar")
local Corners = require("widget.corners")