parent
9608af2cd5
commit
58055e4b38
|
@ -6,7 +6,7 @@
|
||||||
}: {
|
}: {
|
||||||
# Fiona's Desktop Packages
|
# Fiona's Desktop Packages
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
slack-dark # Slack desktop client
|
slack # Slack desktop client
|
||||||
zoom-us # zoom.us video conferencing application
|
zoom-us # zoom.us video conferencing application
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -48,7 +48,7 @@ in {
|
||||||
magic-wormhole # Securely transfer data between computers
|
magic-wormhole # Securely transfer data between computers
|
||||||
s3fs # Mount an S3 bucket as filesystem through FUSE
|
s3fs # Mount an S3 bucket as filesystem through FUSE
|
||||||
shellcheck # Shell script analysis tool
|
shellcheck # Shell script analysis tool
|
||||||
slack-dark # Slack desktop client
|
slack # Slack desktop client
|
||||||
xxd # make a hexdump or do the reverse
|
xxd # make a hexdump or do the reverse
|
||||||
];
|
];
|
||||||
variables = {
|
variables = {
|
||||||
|
|
Loading…
Reference in a new issue