test signing
This commit is contained in:
parent
e430193714
commit
7c22b891ab
4 changed files with 11 additions and 7 deletions
|
@ -57,6 +57,7 @@ in {
|
||||||
kdePackages.dolphin
|
kdePackages.dolphin
|
||||||
#broken on macos
|
#broken on macos
|
||||||
calibre
|
calibre
|
||||||
|
mpv
|
||||||
]
|
]
|
||||||
++ [
|
++ [
|
||||||
zls.packages.x86_64-linux.zls
|
zls.packages.x86_64-linux.zls
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
environment.systemPackages = [
|
environment.systemPackages = [
|
||||||
pkgs.home-manager
|
pkgs.home-manager
|
||||||
pkgs.neovim
|
pkgs.neovim
|
||||||
|
pkgs.pinentry_mac
|
||||||
];
|
];
|
||||||
|
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
@ -56,7 +57,7 @@
|
||||||
|
|
||||||
onActivation = {
|
onActivation = {
|
||||||
autoUpdate = true;
|
autoUpdate = true;
|
||||||
cleanup = "uninstall";
|
cleanup = "none";
|
||||||
upgrade = true;
|
upgrade = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -66,18 +67,16 @@
|
||||||
|
|
||||||
brews = [
|
brews = [
|
||||||
"imagemagick"
|
"imagemagick"
|
||||||
|
"opam"
|
||||||
];
|
];
|
||||||
|
|
||||||
casks = [
|
casks = [
|
||||||
# "1password"
|
|
||||||
# "firefox"
|
|
||||||
# "obsidian"
|
|
||||||
# "raycast"
|
|
||||||
# "legcord"
|
|
||||||
"battle-net"
|
"battle-net"
|
||||||
"stremio"
|
"stremio"
|
||||||
"alt-tab"
|
"alt-tab"
|
||||||
"legcord"
|
"legcord"
|
||||||
|
"zulip"
|
||||||
|
"zen-browser"
|
||||||
];
|
];
|
||||||
|
|
||||||
masApps = {
|
masApps = {
|
||||||
|
|
|
@ -59,6 +59,7 @@
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
reboot-windows = "sudo efibootmgr --bootnext 0000; sudo reboot -h now";
|
reboot-windows = "sudo efibootmgr --bootnext 0000; sudo reboot -h now";
|
||||||
};
|
};
|
||||||
|
shellInit = "test -r '/Users/nmarks/.opam/opam-init/init.fish' && source '/Users/nmarks/.opam/opam-init/init.fish' > /dev/null 2> /dev/null; or true";
|
||||||
};
|
};
|
||||||
|
|
||||||
home-manager.enable = true;
|
home-manager.enable = true;
|
||||||
|
|
|
@ -11,6 +11,8 @@ with pkgs; [
|
||||||
git
|
git
|
||||||
unzip
|
unzip
|
||||||
clang
|
clang
|
||||||
|
cmake
|
||||||
|
gnupg
|
||||||
|
|
||||||
#ides
|
#ides
|
||||||
zed-editor
|
zed-editor
|
||||||
|
@ -65,12 +67,12 @@ with pkgs; [
|
||||||
#media
|
#media
|
||||||
spotify
|
spotify
|
||||||
qbittorrent
|
qbittorrent
|
||||||
mpv
|
|
||||||
|
|
||||||
#language servers
|
#language servers
|
||||||
typst-live
|
typst-live
|
||||||
lua-language-server
|
lua-language-server
|
||||||
nil
|
nil
|
||||||
|
nixd
|
||||||
texlab
|
texlab
|
||||||
texlivePackages.chktex
|
texlivePackages.chktex
|
||||||
|
|
||||||
|
@ -100,6 +102,7 @@ with pkgs; [
|
||||||
nodePackages.npm
|
nodePackages.npm
|
||||||
go
|
go
|
||||||
coq
|
coq
|
||||||
|
elan
|
||||||
|
|
||||||
#gaming
|
#gaming
|
||||||
prismlauncher
|
prismlauncher
|
||||||
|
|
Loading…
Reference in a new issue