This commit is contained in:
joygnu 2024-07-12 20:30:12 +02:00
parent 9fec4f8840
commit 2d715644e0
6 changed files with 6 additions and 5 deletions

View file

@ -491,11 +491,11 @@
"treefmt-nix": "treefmt-nix" "treefmt-nix": "treefmt-nix"
}, },
"locked": { "locked": {
"lastModified": 1720735595, "lastModified": 1720799301,
"narHash": "sha256-TX7PZY80h22+i01d2M1/50gfdzbvqYpmE7+s13FJnJ4=", "narHash": "sha256-VkPZy1SqBSE2iTKeuumXYgMN2jj2zXbvQQl65/90mYY=",
"owner": "nix-community", "owner": "nix-community",
"repo": "nixvim", "repo": "nixvim",
"rev": "53e85da2409ddfeef27e8cdc9c020433614329f9", "rev": "1385953299b1f3dc49fece60d8e5c3219fc12f60",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -10,7 +10,7 @@ const date = Variable("", {
}) })
// widgets can be only assigned as a child in one container // widgets can be only assigned as a child in one container
// so to make a reuseable widget, make it a function // so to make a reusable widget, make it a function
// then you can simply instantiate one by calling it // then you can simply instantiate one by calling it
function Workspaces() { function Workspaces() {
@ -217,3 +217,4 @@ App.config({
}) })
export { } export { }

View file

@ -35,7 +35,7 @@
exec-once = [ exec-once = [
"lxqt-policykit-agent &" "lxqt-policykit-agent &"
"ags -c ~/nix/home/ags/config.js &" "ags -c ~/nix/home/bar/ags/config.js &"
"wl-paste --type text --watch cliphist store" "wl-paste --type text --watch cliphist store"
"wl-paste --type image --watch cliphist store" "wl-paste --type image --watch cliphist store"
"screen -dmS cmus cmus &" "screen -dmS cmus cmus &"