Compare commits

..

No commits in common. "0ed65daa4467c31ef4ffa54057d9aa9ecac46199" and "389faad342b94d547321ae5b07ebcf16dd98e544" have entirely different histories.

6 changed files with 6 additions and 42 deletions

View file

@ -1,35 +0,0 @@
{
pkgs,
config,
enabled,
mkOizysModule,
...
}:
mkOizysModule config "plasma" {
services = {
displayManager.sddm = enabled // {
wayland = enabled;
};
desktopManager.plasma6 = enabled;
};
environment.plasma6.excludePackages = with pkgs.kdePackages; [
plasma-browser-integration
konsole
(lib.getBin qttools) # Expose qdbus in PATH
ark
elisa
gwenview
okular
kate
khelpcenter
dolphin
baloo-widgets # baloo information in Dolphin
dolphin-plugins
spectacle
ffmpegthumbs
krdp
# xwaylandvideobridge # exposes Wayland windows to X11 screen capture
];
}

View file

@ -23,7 +23,6 @@ in
lock
qtile
hyprland
plasma
virtualbox
docker

View file

@ -8,7 +8,7 @@ buildNimblePackage {
verions = "unstable";
src = lib.cleanSource ./.;
nativeBuildInputs = [ openssl ];
nimbleDepsHash = "sha256-handlffewYPNvW4Vna6cqjyz/2kaLVWTnuibE/0NPC0=";
nimbleDepsHash = "sha256-YCHyMyy6cvNZgsmxPgskbAMETHs4/bP2Cp6XbjfWm1k=";
meta = {
description = "nix begat oizys";

View file

@ -3,12 +3,12 @@
"packages": {
"hwylterm": {
"version": "0.1.0",
"vcsRevision": "31012dffbf2795b0ea779407ddd166bd9d9f9cfd",
"vcsRevision": "a4e0f3fc7b34bac8e448dd35f58012d07dd4a0d0",
"url": "https://github.com/daylinmorgan/hwylterm",
"downloadMethod": "git",
"dependencies": [],
"checksums": {
"sha1": "177636b40ab24dc5a0dd1e702ea750b48bbb24dc"
"sha1": "848f75dc1bc910560e5e0038bf0a9ebf8d096385"
}
},
"jsony": {

View file

@ -13,5 +13,5 @@ bin = @["oizys"]
requires "nim >= 2.0.8"
requires "jsony"
requires "zippy"
requires "https://github.com/daylinmorgan/hwylterm#31012df"
requires "https://github.com/daylinmorgan/hwylterm#a4e0f3f"

View file

@ -10,12 +10,12 @@ proc checkExes() =
checkexes()
hwylCli:
name "oizys"
flags:
[global]
globalFlags:
flake "path/to/flake"
host:
T seq[string]
? "host(s) to build"
# - h conflicts with autoadded help short flag
debug:
T bool
? "enable debug mode"