Compare commits

..

No commits in common. "f8ea73daf00142983f4098031fe8d7c81a117535" and "fc8873b9b47ae0e4a2ceb3652999a23b95ca8b52" have entirely different histories.

4 changed files with 1 additions and 14 deletions

View file

@ -1,13 +0,0 @@
import Widget from 'resource:///com/github/Aylur/ags/widget.js';
const myLabel = Widget.Label({
label: 'some example content',
})
const myBar = Widget.Window({
name: 'bar',
anchor: ['top', 'left', 'right'],
child: myLabel,
})
export default { windows: [myBar] }

View file

@ -1,6 +1,6 @@
_: {
programs.ags = {
enable = true;
configDir = ./config;
configDir = ./js;
};
}