mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-05-11 17:35:56 +08:00
clean pkgs
This commit is contained in:
parent
779815a164
commit
2c9999907f
11 changed files with 24 additions and 31 deletions
19
flake.lock
generated
19
flake.lock
generated
|
|
@ -582,17 +582,18 @@
|
|||
"treefmt-nix": "treefmt-nix"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1742919954,
|
||||
"narHash": "sha256-uog87uhRIOmJAaWbF+cP3x8TGX4uSqPYncPjKo5YA5U=",
|
||||
"ref": "refs/heads/wlroots-0.19",
|
||||
"rev": "ed7e8bf93afc3d428a93501de53d581a8eb53218",
|
||||
"revCount": 228,
|
||||
"type": "git",
|
||||
"url": "file:///home/eden/Repos/maomaowm-test"
|
||||
"lastModified": 1743518755,
|
||||
"narHash": "sha256-Kclqxi3ocB0xYVljlrbbmc1Z32lZ5OxZ3v2ikFRqVFQ=",
|
||||
"owner": "DreamMaoMao",
|
||||
"repo": "maomaowm",
|
||||
"rev": "d77fe3a2475b8f9189cb32db3e803ef4ce0ef087",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"type": "git",
|
||||
"url": "file:///home/eden/Repos/maomaowm-test"
|
||||
"owner": "DreamMaoMao",
|
||||
"ref": "wlroots-0.19",
|
||||
"repo": "maomaowm",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"mmsg": {
|
||||
|
|
|
|||
|
|
@ -81,7 +81,7 @@
|
|||
nh.url = "github:viperML/nh";
|
||||
treefmt-nix.url = "github:numtide/treefmt-nix";
|
||||
agenix.url = "github:ryantm/agenix";
|
||||
# maomaowm.url = "github:EdenQwQ/maomaowm/wlroots-0.19";
|
||||
maomaowm.url = "git+file:///home/eden/Repos/maomaowm-test";
|
||||
maomaowm.url = "github:DreamMaoMao/maomaowm/wlroots-0.19";
|
||||
# maomaowm.url = "git+file:///home/eden/Repos/maomaowm-orig";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@
|
|||
Boolean.fg = base0E;
|
||||
String.italic = true;
|
||||
String.fg = base0B;
|
||||
StatusLine.bg = base00;
|
||||
};
|
||||
opts = {
|
||||
number = true;
|
||||
|
|
|
|||
|
|
@ -2,20 +2,6 @@
|
|||
with lib;
|
||||
with types;
|
||||
let
|
||||
matugenOptions = submodule {
|
||||
options = {
|
||||
image = mkOption {
|
||||
type = either str path;
|
||||
description = "Path to the image";
|
||||
};
|
||||
scheme = mkOption {
|
||||
type = str;
|
||||
description = "The material you scheme to use";
|
||||
default = "scheme-tonal-spot";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
fromImageOptions = submodule {
|
||||
options = {
|
||||
enable = mkEnableOption "Enable generating colorscheme from image";
|
||||
|
|
|
|||
|
|
@ -6,4 +6,7 @@ stdenvNoCC.mkDerivation {
|
|||
mkdir -p $out/share/themes
|
||||
cp *.yaml $out/share/themes
|
||||
'';
|
||||
meta = {
|
||||
description = "Custom base16 color schemes that are not included in the base16 repository";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -71,7 +71,7 @@ rustPlatform.buildRustPackage rec {
|
|||
meta = {
|
||||
homepage = "https://github.com/CrazySpottedDove/fiz";
|
||||
changelog = "https://github.com/CrazySpottedDove/fiz/releases/tag/app-v${version}";
|
||||
description = "高速简洁的学在浙大第三方";
|
||||
description = "Third-party app for Learning in ZJU";
|
||||
mainProgram = "fiz";
|
||||
license = lib.licenses.mit;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ stdenvNoCC.mkDerivation {
|
|||
|
||||
meta = with lib; {
|
||||
description = "The Hug Me Tight font";
|
||||
maintainers = with maintainers; [ EdenQwQ ];
|
||||
homepage = "https://mistifonts.com/hug-me-tight";
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -39,8 +39,8 @@ stdenvNoCC.mkDerivation {
|
|||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "The Kose font";
|
||||
maintainers = with maintainers; [ EdenQwQ ];
|
||||
description = "The Kose font by LXGW";
|
||||
homepage = "https://github.com/lxgw/kose-font";
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -39,6 +39,5 @@ rustPlatform.buildRustPackage {
|
|||
description = "A drop-in replacement for sxhkd that works with wayland";
|
||||
homepage = "https://github.com/waycrate/swhkd";
|
||||
license = licenses.bsd2;
|
||||
maintainers = with maintainers; [ EdenQwQ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -71,4 +71,7 @@ stdenvNoCC.mkDerivation {
|
|||
map (wallpaper: "ln -s ${wallpaper} $out/${wallpaper.name}") wallpaperSrcs
|
||||
|> builtins.concatStringsSep "\n"
|
||||
);
|
||||
meta = {
|
||||
description = "My wallpapers";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ buildGoModule rec {
|
|||
];
|
||||
|
||||
meta = {
|
||||
description = "ZJU RVPN 客户端的 Go 语言实现";
|
||||
description = "ZJU RVPN client implemented in GO";
|
||||
homepage = "https://github.com/Mythologyli/zju-connect";
|
||||
license = lib.licenses.agpl3Only;
|
||||
mainProgram = "zju-connect";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue