wip
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
quickshell
|
||||
inputs.quickshell.packages.x86_64-linux.quickshell
|
||||
];
|
||||
|
||||
xdg.configFile."quickshell".source = ./quickshell;
|
||||
|
||||
@@ -1,17 +1,6 @@
|
||||
import Quickshell
|
||||
import QtQuick
|
||||
|
||||
PanelWindow {
|
||||
anchors {
|
||||
top: true
|
||||
left: true
|
||||
right: true
|
||||
}
|
||||
|
||||
implicitHeight: 30
|
||||
|
||||
Text {
|
||||
anchors.centerIn: parent
|
||||
text: "hello world"
|
||||
}
|
||||
Scope {
|
||||
Bar {}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user