testing
This commit is contained in:
parent
ecb3629643
commit
6b074ab1f5
|
@ -491,11 +491,11 @@
|
|||
"treefmt-nix": "treefmt-nix"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1720735595,
|
||||
"narHash": "sha256-TX7PZY80h22+i01d2M1/50gfdzbvqYpmE7+s13FJnJ4=",
|
||||
"lastModified": 1720799301,
|
||||
"narHash": "sha256-VkPZy1SqBSE2iTKeuumXYgMN2jj2zXbvQQl65/90mYY=",
|
||||
"owner": "nix-community",
|
||||
"repo": "nixvim",
|
||||
"rev": "53e85da2409ddfeef27e8cdc9c020433614329f9",
|
||||
"rev": "1385953299b1f3dc49fece60d8e5c3219fc12f60",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -10,7 +10,7 @@ const date = Variable("", {
|
|||
})
|
||||
|
||||
// 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
|
||||
|
||||
function Workspaces() {
|
||||
|
@ -217,3 +217,4 @@ App.config({
|
|||
})
|
||||
|
||||
export { }
|
||||
|
|
@ -35,7 +35,7 @@
|
|||
|
||||
exec-once = [
|
||||
"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 image --watch cliphist store"
|
||||
"screen -dmS cmus cmus &"
|
||||
|
|
Loading…
Reference in a new issue