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
|
||||
#broken on macos
|
||||
calibre
|
||||
mpv
|
||||
]
|
||||
++ [
|
||||
zls.packages.x86_64-linux.zls
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
environment.systemPackages = [
|
||||
pkgs.home-manager
|
||||
pkgs.neovim
|
||||
pkgs.pinentry_mac
|
||||
];
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
@ -56,7 +57,7 @@
|
|||
|
||||
onActivation = {
|
||||
autoUpdate = true;
|
||||
cleanup = "uninstall";
|
||||
cleanup = "none";
|
||||
upgrade = true;
|
||||
};
|
||||
|
||||
|
@ -66,18 +67,16 @@
|
|||
|
||||
brews = [
|
||||
"imagemagick"
|
||||
"opam"
|
||||
];
|
||||
|
||||
casks = [
|
||||
# "1password"
|
||||
# "firefox"
|
||||
# "obsidian"
|
||||
# "raycast"
|
||||
# "legcord"
|
||||
"battle-net"
|
||||
"stremio"
|
||||
"alt-tab"
|
||||
"legcord"
|
||||
"zulip"
|
||||
"zen-browser"
|
||||
];
|
||||
|
||||
masApps = {
|
||||
|
|
|
@ -59,6 +59,7 @@
|
|||
shellAliases = {
|
||||
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;
|
||||
|
|
|
@ -11,6 +11,8 @@ with pkgs; [
|
|||
git
|
||||
unzip
|
||||
clang
|
||||
cmake
|
||||
gnupg
|
||||
|
||||
#ides
|
||||
zed-editor
|
||||
|
@ -65,12 +67,12 @@ with pkgs; [
|
|||
#media
|
||||
spotify
|
||||
qbittorrent
|
||||
mpv
|
||||
|
||||
#language servers
|
||||
typst-live
|
||||
lua-language-server
|
||||
nil
|
||||
nixd
|
||||
texlab
|
||||
texlivePackages.chktex
|
||||
|
||||
|
@ -100,6 +102,7 @@ with pkgs; [
|
|||
nodePackages.npm
|
||||
go
|
||||
coq
|
||||
elan
|
||||
|
||||
#gaming
|
||||
prismlauncher
|
||||
|
|
Loading…
Reference in a new issue